Insert something at current cursor position #4425
flagsoft
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This really should be within the QUILL Documentation.
You can get the current cursor position with:
var caretPosition = quill.getSelection(true);
Beta Was this translation helpful? Give feedback.
All reactions