sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Make "View Link" bubble menu properly show text #50

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

It seems $from doesn't typically properly allow us to grab the link range anymore (presumably after a Tiptap version bump), though $to does. This switches to $to so that the "view link" bubble menu shows the text content and not just the link itself.