mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-19 13:51:02 +00:00
Undo event chunks instead of single events
This commit is contained in:
parent
917e2922a1
commit
e4bf1e9984
1 changed files with 0 additions and 2 deletions
|
|
@ -270,7 +270,6 @@ func (eh *EventHandler) Undo() {
|
|||
}
|
||||
|
||||
eh.UndoOneEvent()
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -320,7 +319,6 @@ func (eh *EventHandler) Redo() {
|
|||
}
|
||||
|
||||
eh.RedoOneEvent()
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue