bugfix: Update icon on buttons (#288)

This commit is contained in:
James Read
2024-04-22 20:02:59 +01:00
committed by GitHub
parent 5057ba2e1c
commit dfca712cb1

View File

@@ -71,6 +71,8 @@ class ActionButton extends ExecutionFeedbackButton {
} else { } else {
this.unicodeIcon = unescape(json.icon) this.unicodeIcon = unescape(json.icon)
} }
this.domIcon.innerHTML = this.unicodeIcon
} }
onExecStatusChanged () { onExecStatusChanged () {