File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 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 {
538536
539537 const content = this .value || ' '
540538 const extensions = [
541- HardBreak,
542539 TextAlign .configure ({
543540 types: [' heading' ,' paragraph' ],
544541 }),
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 ({
You can’t perform that action at this time.
0 commit comments