Fix a issue of add button
This commit is contained in:
parent
f6975b4fec
commit
5edc75069b
|
@ -429,6 +429,7 @@
|
|||
}
|
||||
target.push(newButton);
|
||||
this.currentButton = newButton;
|
||||
this.currentButtonId = newButton.id;
|
||||
},
|
||||
onRemoveButton: function () {
|
||||
let list = this.config.buttons;
|
||||
|
|
Loading…
Reference in New Issue