This commit is contained in:
@@ -411,6 +411,9 @@ export default {
|
|||||||
},
|
},
|
||||||
toggleReveal() {
|
toggleReveal() {
|
||||||
this.reveal = !this.reveal;
|
this.reveal = !this.reveal;
|
||||||
|
if (this.reveal) {
|
||||||
|
this.currentView = this.view.WIKI_VIEW;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
editStyle() {
|
editStyle() {
|
||||||
if (this.currentView == this.view.SPLIT_VIEW) {
|
if (this.currentView == this.view.SPLIT_VIEW) {
|
||||||
|
|||||||
Reference in New Issue
Block a user