bugfix: Update icon on buttons (#288)
This commit is contained in:
parent
5057ba2e1c
commit
dfca712cb1
|
|
@ -71,6 +71,8 @@ class ActionButton extends ExecutionFeedbackButton {
|
|||
} else {
|
||||
this.unicodeIcon = unescape(json.icon)
|
||||
}
|
||||
|
||||
this.domIcon.innerHTML = this.unicodeIcon
|
||||
}
|
||||
|
||||
onExecStatusChanged () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue