Skip to content

Commit a03ce38

Browse files
Tofandelifox
authored andcommitted
Fix lint
1 parent 4fce9e0 commit a03ce38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/js/components/WysiwygTiptap.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@
263263
import LocaleMixin from '@/mixins/locale'
264264
import {Link} from "@tiptap/extension-link";
265265
import {Placeholder} from "@tiptap/extension-placeholder";
266-
import {HardBreak} from "@tiptap/extension-hard-break";
267-
import {HorizontalRule} from "@tiptap/extension-horizontal-rule";
268266
import {TextAlign} from '@tiptap/extension-text-align';
269267
270268
export default {
@@ -538,7 +536,6 @@
538536
539537
const content = this.value || ''
540538
const extensions = [
541-
HardBreak,
542539
TextAlign.configure({
543540
types: ['heading','paragraph'],
544541
}),
@@ -633,7 +630,6 @@
633630
code: this.toolbar.code ?? false,
634631
codeBlock: this.toolbar.codeBlock ?? false,
635632
horizontalRule: this.toolbar.hr ?? false,
636-
hardBreak: false,
637633
}))
638634
639635
this.editor = new Editor({

0 commit comments

Comments
 (0)