Skip to content

Commit

Permalink
Merge pull request #9 from skoro/7-bug-keyboard-shortcuts-does-not-wo…
Browse files Browse the repository at this point in the history
…rk-after-app-is-started

#7 do not reset keys after page is created
  • Loading branch information
skoro authored Aug 11, 2024
2 parents 4f43f9c + 6079a19 commit 2594564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const pages = {
*/
function pushPage(page, clipObj) {
pageStack.push(page);
resetKeys();
currentPage.value = page;
clip.value = clipObj;
}
Expand Down

0 comments on commit 2594564

Please sign in to comment.