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
Undo request which cancels previous enter request have to refer the trieValue of previous enter request. I think it is enough to include this information in trieValue of previous request.
trieValue of enter request must be [current_value, value_to_request] to roll back the state to current_value before enter request is applied. And trieValue of undo request must be same as the enter request to be undone.
Current apply functions only takes enter and exit request. They should be extended to support escape and undo request.
apply functions should be divided into request types, not chains.
The text was updated successfully, but these errors were encountered: