Closed hannoeru closed 3 years ago
Fixed the redo function when using button.
Click event in window will trigger pointerup event, which will trigger commit() to clear the undoStack.
window
pointerup
commit()
Fixed the redo function when using button.
Click event in
window
will triggerpointerup
event, which will triggercommit()
to clear the undoStack.