summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-08 12:49:22 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-08 12:49:22 +0900
commit42b4949b7f01bee267991cf40485e825c4399da2 (patch)
tree694663b1fc0307b268b2382b1c145b2b6d85a793 /src/client
parentResolve #5879 (diff)
downloadmisskey-42b4949b7f01bee267991cf40485e825c4399da2.tar.gz
misskey-42b4949b7f01bee267991cf40485e825c4399da2.tar.bz2
misskey-42b4949b7f01bee267991cf40485e825c4399da2.zip
Update app.vue
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index 5b9e423d3b..e260d3070c 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -256,6 +256,7 @@ export default Vue.extend({
});
setInterval(() => {
+ if (this.showNav) return; // TODO: トランジション中も false になるので、これだけでは不十分
this.$refs.title.style.left = (this.$refs.main.getBoundingClientRect().left - this.$refs.nav.offsetWidth) + 'px';
}, 1000);