fix separators in flyouts in toolboxes with categories (#897)

This commit is contained in:
Rachel Fenichel 2017-05-22 14:07:57 -07:00 committed by GitHub
parent 6275e1137c
commit 2f08f996ca

View file

@ -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;