diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-08 12:49:22 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-08 12:49:22 +0900 |
| commit | 42b4949b7f01bee267991cf40485e825c4399da2 (patch) | |
| tree | 694663b1fc0307b268b2382b1c145b2b6d85a793 /src/client | |
| parent | Resolve #5879 (diff) | |
| download | misskey-42b4949b7f01bee267991cf40485e825c4399da2.tar.gz misskey-42b4949b7f01bee267991cf40485e825c4399da2.tar.bz2 misskey-42b4949b7f01bee267991cf40485e825c4399da2.zip | |
Update app.vue
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app.vue | 1 |
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); |