Skip to content

Commit

Permalink
fix page name will be displayed as text
Browse files Browse the repository at this point in the history
  • Loading branch information
mchilli committed Nov 5, 2023
1 parent 1bf83a6 commit 04a473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ class App {

this._reReadKeyEntries();

this.keyEntriesControls.group.childNodes[1].innerHTML = `${
this.keyEntriesControls.group.childNodes[1].innerText = `${
this.macroStack[this.macroStack.length - 1].label
}`;
}
Expand Down

0 comments on commit 04a473e

Please sign in to comment.