diff --git a/src/app/undo-manager.coffee b/src/app/undo-manager.coffee index baea1fa5a..c8673b224 100644 --- a/src/app/undo-manager.coffee +++ b/src/app/undo-manager.coffee @@ -11,7 +11,7 @@ class UndoManager @clear() clear: -> - @currentTransaction = null + @currentTransaction = [] if @currentTransaction? @undoHistory = [] @redoHistory = []