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
Description
There was a regression introduced in Firefox by #4529 which causes the editor to crash when deleting an expanded range that spans across more than a single node.
Recording
Firefox.expanded.selection.crash.mp4
Steps
To reproduce the behavior:
Select an expanded range that spans across more than a single node
Press deletet
Editor crashes
Environment
Browser: Any version of Firefox (tested in Firefox 92, 91 and 90)
The text was updated successfully, but these errors were encountered:
Introduced by #4529. Namely, i wanted to be smart and have only one event.preventDefault(), but missed an early return so it wasn't called for delete on an expanded selection. PR coming shortly.
Description
There was a regression introduced in Firefox by #4529 which causes the editor to crash when deleting an expanded range that spans across more than a single node.
Recording
Firefox.expanded.selection.crash.mp4
Steps
To reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: