Fix bug
This commit is contained in:
parent
aa573c0063
commit
26260392a8
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
unreleased
|
||||||
|
--------------------
|
||||||
|
### ✨Improvements
|
||||||
|
* ローカルのみをデフォルトで操作できるように
|
||||||
|
* AP: Create ActivityでattributedToの補完とaudienceのコピーを行うように
|
||||||
|
|
||||||
|
### 🐛Fixes
|
||||||
|
* ページ遷移してもナビゲーションが閉じない問題を修正
|
||||||
|
* デフォルトの公開範囲のリストにホームがなかったので復活
|
||||||
|
|
||||||
12.3.0 (2020/02/08)
|
12.3.0 (2020/02/08)
|
||||||
--------------------
|
--------------------
|
||||||
### ✨Improvements
|
### ✨Improvements
|
||||||
|
@ -206,6 +206,7 @@ export default Vue.extend({
|
|||||||
$route(to, from) {
|
$route(to, from) {
|
||||||
this.pageKey++;
|
this.pageKey++;
|
||||||
this.notificationsOpen = false;
|
this.notificationsOpen = false;
|
||||||
|
this.showNav = false;
|
||||||
this.canBack = (window.history.length > 0 && !['index'].includes(to.name));
|
this.canBack = (window.history.length > 0 && !['index'].includes(to.name));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user