Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/BaseReader.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/BaseReader.vue b/src/components/BaseReader.vue
index 6b0e81a74..faacea193 100644
--- a/src/components/BaseReader.vue
+++ b/src/components/BaseReader.vue
@@ -71,7 +71,7 @@ export default {
},
updateContent() {
- this.$editor.commands.setContent(this.htmlContent)
+ this.$editor.commands.setContent(this.htmlContent, true)
},
},
}