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
Drag the multiply expression (line 13), and drop it on the -5 inside the if-expression (line 15).
Hit Ctrl-Z
EXPECTED: the drag operation is undone
ACTUAL: nothing
There are other examples where this fails (deleting an expression and then hitting undo(), for example), but I suspect that they are all symptoms of the same problem.
The text was updated successfully, but these errors were encountered:
Poked at this today - it looks like undo actually does the right thing, but the BlockEditor fails to re-render to show the transformed blocks. In BlockEditor::handleChange(), actionFocus is being retrieved as undefined. As a result, no action is fired and there is no call to commitChanges()
-5
inside the if-expression (line 15).EXPECTED: the drag operation is undone
ACTUAL: nothing
There are other examples where this fails (deleting an expression and then hitting undo(), for example), but I suspect that they are all symptoms of the same problem.
The text was updated successfully, but these errors were encountered: