mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-15 11:09:24 +00:00
Don't inject tiptap editor CSS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c43297f9f2
commit
973194cd59
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…
Add table
Reference in a new issue