diff --git a/core/toolbox.js b/core/toolbox.js index 4047c729c..4c93e4c66 100644 --- a/core/toolbox.js +++ b/core/toolbox.js @@ -334,7 +334,7 @@ Blockly.Toolbox.prototype.syncTrees_ = function(treeIn, treeOut, pathToMedia) { } } - var styleName = childIn.getAttribute('style'); + var styleName = childIn.getAttribute('categorystyle'); var colour = childIn.getAttribute('colour'); if (colour && styleName) {