Skip to content

Commit

Permalink
update imgui-dom with coming from nostrize submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalsim committed Jul 24, 2024
1 parent 9683bd8 commit 9f33dbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export function refocus({ app, state, log }) {
}

export function getInputId({ appId, state }) {
if (!state.htmlElementOrderId) {
state.htmlElementOrderId = 0;
}

state.htmlElementOrderId++;

return "__" + appId + "_" + state.htmlElementOrderId;
Expand Down

0 comments on commit 9f33dbd

Please sign in to comment.