summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-01 10:57:47 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-01 10:57:47 +0900
commite2610c52f302c772aecc346daa7f4fea78111a2c (patch)
tree60d70f84f2b76e23a48d709db5be4f4dea05e2fb /src
parentAdd note (diff)
downloadsharkey-e2610c52f302c772aecc346daa7f4fea78111a2c.tar.gz
sharkey-e2610c52f302c772aecc346daa7f4fea78111a2c.tar.bz2
sharkey-e2610c52f302c772aecc346daa7f4fea78111a2c.zip
Update router.ts
Diffstat (limited to 'src')
-rw-r--r--src/client/router.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/router.ts b/src/client/router.ts
index 8c4e762d31..437f88219c 100644
--- a/src/client/router.ts
+++ b/src/client/router.ts
@@ -60,7 +60,7 @@ export const router = new VueRouter({
} else {
window.scroll({ top: 0, behavior: 'instant' });
}
- }, 1000);
+ }, 600);
return;
}
});