This commit is contained in:
kakkokari-gtyih 2024-12-09 17:46:42 +09:00
parent def5a3dfae
commit 4643eef71b

View file

@ -147,7 +147,7 @@ mainRouter.navHook = (path, flag): boolean => {
os.pageWindow(path);
routerNavTimer = setTimeout(() => {
routerNavTimer = null;
}, 500);
}, 300);
return true;
}
return false;