summaryrefslogtreecommitdiff
path: root/src/client/app.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app.vue')
-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);