🐛 fix: value cannot displayed when fullscreen editior mode
This commit is contained in:
@@ -300,7 +300,7 @@ function saveEditedContent() {
|
||||
theme="vs-dark"
|
||||
:language="currentEditingLanguage"
|
||||
style="height: calc(100vh - 64px);"
|
||||
v-model="currentEditingValue"
|
||||
v-model:value="currentEditingValue"
|
||||
>
|
||||
</VueMonacoEditor>
|
||||
</v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user