This commit is contained in:
2021-11-02 21:35:29 +00:00
parent 3fae6b5913
commit 8bfffba5ac
3 changed files with 6 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
text
:outlined="currentView == view.DESIGN_VIEW"
@click="currentView = view.DESIGN_VIEW"
data-cy="wikiDesignView"
>
<v-icon>$ayiEdit</v-icon>
</v-btn>
@@ -305,6 +306,7 @@
@input="handleInput"
@dblclick="handleDoubleClick"
v-model="localVal"
data-cy="wikiEditor"
></v-textarea>
</div>
</v-col>