Skip to content

Commit

Permalink
#7 do not reset keys after page is created
Browse files Browse the repository at this point in the history
  • Loading branch information
skoro committed Aug 11, 2024
1 parent 4f43f9c commit 6079a19
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 6079a19

Please sign in to comment.