Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Dec 9, 2024
1 parent def5a3d commit 4643eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/deck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ mainRouter.navHook = (path, flag): boolean => {
os.pageWindow(path);
routerNavTimer = setTimeout(() => {
routerNavTimer = null;
}, 500);
}, 300);
return true;
}
return false;
Expand Down

0 comments on commit 4643eef

Please sign in to comment.