You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quill.setSelection(3) is valid but the setSelection look like the second parameter is missing the fact it has a default value of 0. Would you mind submitting a PR to add this?
Docs for
getFormat
seem to use an invalid form ofsetSelection
.Steps for Reproduction
quill.setSelection(3)
According to the
setSelection
docs, this isn't a valid setSelection call signature.Expected behavior:
Examples should show valid call syntax.
Actual behavior:
Examples appear to use invalid syntax.
Platforms:
Everything.
Version:
This is documentation.
The text was updated successfully, but these errors were encountered: