We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a9fe3 commit 0a14fd4Copy full SHA for 0a14fd4
1 file changed
core/field_expandable_add.js
@@ -96,8 +96,8 @@ Blockly.FieldExpandableAdd.prototype.init = function() {
96
'y': 5 * ratio,
97
'width': this.size_.width / 1.5,
98
'height': this.size_.height / 1.5,
99
- 'xlink:href': plusIcon,
100
- 'href': plusIcon,
+ 'xlink:href': Blockly.FieldExpandableAdd.prototype.BTN_IMG,
+ 'href': Blockly.FieldExpandableAdd.prototype.BTN_IMG,
101
},
102
this.boxGroup_
103
);
0 commit comments