This commit is contained in:
2020-06-07 13:55:42 +00:00
parent 21ad703d4c
commit f9c9cbcf25

View File

@@ -411,6 +411,9 @@ export default {
},
toggleReveal() {
this.reveal = !this.reveal;
if (this.reveal) {
this.currentView = this.view.WIKI_VIEW;
}
},
editStyle() {
if (this.currentView == this.view.SPLIT_VIEW) {