mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
fix separators in flyouts in toolboxes with categories (#897)
This commit is contained in:
parent
6275e1137c
commit
2f08f996ca
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ Blockly.Toolbox.Category.prototype.parseContents_ = function(domTree) {
|
|||
case 'SHADOW':
|
||||
case 'LABEL':
|
||||
case 'BUTTON':
|
||||
case 'SEP':
|
||||
case 'TEXT':
|
||||
this.contents_.push(child);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue