mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 01:30:23 +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);
|
os.pageWindow(path);
|
||||||
routerNavTimer = setTimeout(() => {
|
routerNavTimer = setTimeout(() => {
|
||||||
routerNavTimer = null;
|
routerNavTimer = null;
|
||||||
}, 500);
|
}, 300);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue