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
Select all content in editor and input letter (Q for example)
Hit Undo
Hit Redo. Notice that q letter is now in code block
Hit Undo again. Notice how initial content has changed
Expected behavior: Undo/redo history works correctly
Actual behavior: Editor content is altered after some undo/redo operations
Version: 1.0.0-rc.2
Also on certain conditions i'm getting Uncaught TypeError: Cannot read property 'mutations' of undefined
when replacing part of editors content with text in Chrome browser.
Maybe it is related to described undo/redo problem.
The text was updated successfully, but these errors were encountered:
@jhchen In the commit fix you mention you made a change to the Delta format? Does that mean the rich-text Delta library changed to accommodate this change?
Undo/redo chain become inconsistent when replacing chunk of editors content (wich has multiple formats) with text
q
letter is now in code blockExpected behavior: Undo/redo history works correctly
Actual behavior: Editor content is altered after some undo/redo operations
Version: 1.0.0-rc.2
Also on certain conditions i'm getting
Uncaught TypeError: Cannot read property 'mutations' of undefined
when replacing part of editors content with text in Chrome browser.
Maybe it is related to described undo/redo problem.
The text was updated successfully, but these errors were encountered: