X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/cb800d0ee02280d6e2663cf0524fb74681c8173e..c66ddb7dbe763b261c7dd4a037239a667f60cd95:/modules/rng/rng.js diff --git a/modules/rng/rng.js b/modules/rng/rng.js index fe666e0..9abe00c 100644 --- a/modules/rng/rng.js +++ b/modules/rng/rng.js @@ -132,7 +132,7 @@ return function(sandbox) { sandbox.getModule('indicator').clearMessage(); }, historyItemAdded: function(item) { - sandbox.getModule('documentHistory').addHistory([item]); + sandbox.getModule('documentHistory').addHistory([item], {animate: true}); } }