From f9c9cbcf258706afcb0b45035d7d06db0281baa0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 7 Jun 2020 13:55:42 +0000 Subject: [PATCH] --- ayanova/src/components/wiki-control.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 5ef93720..5ef5700b 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -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) {