mirror of
https://github.com/google/blockly.git
synced 2026-01-23 08:40:10 +01:00
Update toolbox.js
Changed style attribute to categorystyle.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user