Don't inject tiptap editor CSS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3ff7bc4512
commit
5357a7b6e2
@ -255,6 +255,7 @@ export default class EditorComponent extends Vue {
|
||||
}),
|
||||
...defaultExtensions(),
|
||||
],
|
||||
injectCSS: false,
|
||||
content: this.value,
|
||||
onUpdate: () => {
|
||||
this.$emit("input", this.editor?.getHTML());
|
||||
|
Loading…
Reference in New Issue
Block a user