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 using history module, if an edit comes in not from the user it goes through the transform. There is an error in the logic where the change that comes in is directly applied to all undos/redos. Issue is that the state between these are different. What it needs to be transformed against is the change after it's been transformed against all previous undos.
When using history module, if an edit comes in not from the user it goes through the transform. There is an error in the logic where the change that comes in is directly applied to all undos/redos. Issue is that the state between these are different. What it needs to be transformed against is the change after it's been transformed against all previous undos.
Expected behavior:
Actual behavior:
Version:
1.3.6
The text was updated successfully, but these errors were encountered: