This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user