From c2f30d4ca67536e7c56572270dd27abc11d99a55 Mon Sep 17 00:00:00 2001 From: amber-cd <30151077+amber-cd@users.noreply.github.com> Date: Tue, 5 Mar 2019 08:39:20 -0500 Subject: [PATCH] Update toolbox.js Changed style attribute to categorystyle. --- core/toolbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {