mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
Don't inject tiptap editor CSS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3ff7bc4512
commit
5357a7b6e2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue