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
I expected that calling quill.disable() would prevent users from making selections but it doesn't. I'm programmatically updating the editor contents at the carat, and if the user changes the selection it breaks this feature.
Please either make calling quill.disable() prevent users editing selections, or provide another way to prevent users making/editing selections.
Steps for Reproduction
Make a selection in the editor
Call quill.disable()
Confirm you can still select other text
Expected behavior:
User's aren't able to modify selections at all after the editor is disabled until it's re-enabled.
Actual behavior:
Users can modify selections even when the editor is disabled
Platforms:
Firefox 133.0 (aarch64)
Version:
2.0.3
The text was updated successfully, but these errors were encountered:
boosh
changed the title
Disabling the editor doesn't disable selections
Disabling the editor doesn't prevent users changing selections
Dec 19, 2024
I expected that calling
quill.disable()
would prevent users from making selections but it doesn't. I'm programmatically updating the editor contents at the carat, and if the user changes the selection it breaks this feature.Please either make calling
quill.disable()
prevent users editing selections, or provide another way to prevent users making/editing selections.Steps for Reproduction
quill.disable()
Expected behavior:
User's aren't able to modify selections at all after the editor is disabled until it's re-enabled.
Actual behavior:
Users can modify selections even when the editor is disabled
Platforms:
Firefox 133.0 (aarch64)
Version:
2.0.3
The text was updated successfully, but these errors were encountered: