Skip to content

Commit

Permalink
Try to focus
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasread committed Dec 19, 2024
1 parent dd69d28 commit 5a751b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _widget/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ const app = createApp(App, {
$openers.forEach(($el) => {
$el.addEventListener('click', () => {
app.open();
app.focus();
});
});

0 comments on commit 5a751b5

Please sign in to comment.