Skip to content
Snippets Groups Projects
Commit 42b4949b authored by syuilo's avatar syuilo
Browse files

Update app.vue

parent d915ae08
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment