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 think the fix in 576a074 is not the most optimal fix.
After updating to 1.1.10 I can no longer type 1. into Quill (with list format disabled). After typing the final space the 1. is deleted and I'm left with an empty editor. I think it'd be better to let the user type in 1. at the start of a line. I.e. if list is disabled just leave the 1. alone instead of deleting it.
Typing
1.
will always create a list item even if thelist
format is not enabled.Steps for Reproduction
formats: [],
into Quill configuration1.
into editorExpected behavior:
Nothing happens.
Actual behavior:
1.
is converted into a list elementPlatforms:
All.
Version:
1.1.9
The text was updated successfully, but these errors were encountered: