Undo event chunks instead of single events

This commit is contained in:
Zachary Yedidia
2020-02-25 20:53:48 -05:00
parent 917e2922a1
commit e4bf1e9984

View File

@@ -270,7 +270,6 @@ func (eh *EventHandler) Undo() {
}
eh.UndoOneEvent()
break
}
}
@@ -320,7 +319,6 @@ func (eh *EventHandler) Redo() {
}
eh.RedoOneEvent()
break
}
}