forked from potsda.mn/mobilizon
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(),
|
...defaultExtensions(),
|
||||||
],
|
],
|
||||||
|
injectCSS: false,
|
||||||
content: this.value,
|
content: this.value,
|
||||||
onUpdate: () => {
|
onUpdate: () => {
|
||||||
this.$emit("input", this.editor?.getHTML());
|
this.$emit("input", this.editor?.getHTML());
|
||||||
|
|
Loading…
Reference in a new issue