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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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