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
In v0.98.6, inserting a mathlive field and typing 123, then hitting backspace would delete just the "3" (makes sense).
In v0.99.0 (released yesterday), inserting a mathlive field and typing 123, then hitting backspace would delete the entire field (bug).
It seems like in certain cases the backspace is propagating outside the field, so it's getting caught by quill, thus deleting the field.
This might be related to bd1c061 and evt.preventDefault(); / evt.stopPropagation(); (haven't looked closely yet).
The text was updated successfully, but these errors were encountered:
I'm using mathlive inside Quill.
123
, then hitting backspace would delete just the "3" (makes sense).123
, then hitting backspace would delete the entire field (bug).It seems like in certain cases the backspace is propagating outside the field, so it's getting caught by quill, thus deleting the field.
This might be related to bd1c061 and
evt.preventDefault();
/evt.stopPropagation();
(haven't looked closely yet).The text was updated successfully, but these errors were encountered: