summaryrefslogtreecommitdiffstats
path: root/js/app/services/undoqueue.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/services/undoqueue.coffee')
-rw-r--r--js/app/services/undoqueue.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/services/undoqueue.coffee b/js/app/services/undoqueue.coffee
index 30418bacf..93f6fb577 100644
--- a/js/app/services/undoqueue.coffee
+++ b/js/app/services/undoqueue.coffee
@@ -57,6 +57,7 @@ angular.module('News').factory 'UndoQueue',
@_queue = []
promise: @_$timeout =>
command.execute()
+ @_queue = []
@_$rootScope.$broadcast('notUndone')
, @_timeout