mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +01:00
tweak
This commit is contained in:
parent
def5a3dfae
commit
4643eef71b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ mainRouter.navHook = (path, flag): boolean => {
|
|||
os.pageWindow(path);
|
||||
routerNavTimer = setTimeout(() => {
|
||||
routerNavTimer = null;
|
||||
}, 500);
|
||||
}, 300);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue