Skip to content

Commit 0a14fd4

Browse files
authored
Update field_expandable_add.js
1 parent 31a9fe3 commit 0a14fd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/field_expandable_add.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Blockly.FieldExpandableAdd.prototype.init = function() {
9696
'y': 5 * ratio,
9797
'width': this.size_.width / 1.5,
9898
'height': this.size_.height / 1.5,
99-
'xlink:href': plusIcon,
100-
'href': plusIcon,
99+
'xlink:href': Blockly.FieldExpandableAdd.prototype.BTN_IMG,
100+
'href': Blockly.FieldExpandableAdd.prototype.BTN_IMG,
101101
},
102102
this.boxGroup_
103103
);

0 commit comments

Comments
 (0)