Don't inject tiptap editor CSS

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-05-06 17:54:49 +02:00
parent 3ff7bc4512
commit 5357a7b6e2
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ export default class EditorComponent extends Vue {
}),
...defaultExtensions(),
],
injectCSS: false,
content: this.value,
onUpdate: () => {
this.$emit("input", this.editor?.getHTML());