summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/public/app.js b/js/public/app.js
index e38c84d59..1ce79357b 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -3178,6 +3178,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
},
promise: this._$timeout(function() {
command.execute();
+ _this._queue = [];
return _this._$rootScope.$broadcast('notUndone');
}, this._timeout)
};