diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-08 22:23:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-08 22:23:44 +0900 |
| commit | 26260392a8b2cc4135e54d499a30afb9524a86fb (patch) | |
| tree | dd9a07b2e5c7a9a10a6342462be4d0215a1c6436 /src/client | |
| parent | Create ActivityでattributedToの補完とaudienceのコピーを行うよう... (diff) | |
| download | misskey-26260392a8b2cc4135e54d499a30afb9524a86fb.tar.gz misskey-26260392a8b2cc4135e54d499a30afb9524a86fb.tar.bz2 misskey-26260392a8b2cc4135e54d499a30afb9524a86fb.zip | |
Fix bug
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 ee177b1200..f405d17acb 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -206,6 +206,7 @@ export default Vue.extend({ $route(to, from) { this.pageKey++; this.notificationsOpen = false; + this.showNav = false; this.canBack = (window.history.length > 0 && !['index'].includes(to.name)); }, |