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
When typing text with multiple lines, selecting it and pressing Backspace the following error is thrown:
keyboard.js:375 Uncaught ReferenceError: DeltaOp is not defined
at Vt.Jt (keyboard.js:375:10)
at keyboard.js:111:67
at Array.some (<anonymous>)
at HTMLDivElement.<anonymous> (keyboard.js:87:24)
Jt @ keyboard.js:375
(anonymous) @ keyboard.js:111
(anonymous) @ keyboard.js:87
Description
When typing text with multiple lines, selecting it and pressing Backspace the following error is thrown:
This is most probably a regression from #7613 and especially vaadin/quill#4
Expected outcome
There should be no error.
Minimal reproducible example
Can be reproduced in the dev page.
Steps to reproduce
vaadin-rich-text-editor
Environment
Vaadin version(s): 24.5 (latest)
Browsers
No response
The text was updated successfully, but these errors were encountered: