tiptap-vuetify icon indicating copy to clipboard operation
tiptap-vuetify copied to clipboard

If line isn't empty then editor don't print new line

Open AkioSarkiz opened this issue 4 years ago • 5 comments

If i write words and press enter then editor don't print new line. But if line is empty then editor print new line.

Demo: https://youtu.be/OH3pDDkyNYE

AkioSarkiz avatar Jul 03 '20 02:07 AkioSarkiz

Console error: RangeError: Can not convert <> to a Fragment (looks like multiple versions of prosemirror-model were loaded)

AkioSarkiz avatar Jul 03 '20 02:07 AkioSarkiz

"tiptap-vuetify": "^2.23.0",

AkioSarkiz avatar Jul 03 '20 02:07 AkioSarkiz

have this problem too

Opekunov avatar Oct 15 '20 11:10 Opekunov

Having the same issue

albert0815 avatar Nov 23 '20 09:11 albert0815

Console error: RangeError: Can not convert <> to a Fragment (looks like multiple versions of prosemirror-model were loaded)

Looks like it's a tiptap issue and not a tiptap-vuetify issue. This suggestion solved the issue for me

AlexandrosVasileiou avatar Dec 08 '20 17:12 AlexandrosVasileiou