Skip to content

Commit

Permalink
Input focus fix (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored Oct 30, 2024
1 parent e076268 commit 56dfcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class EditorUI {
if (event.target === canvas || toolsContainer.dom.contains(event.target as Node)) {
document.body.focus();
}
});
}, true);
}
}

Expand Down

0 comments on commit 56dfcfc

Please sign in to comment.