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) {