history wip: little animation on adding new item
[fnpeditor.git] / modules / rng / rng.js
index fe666e0..9abe00c 100644 (file)
@@ -132,7 +132,7 @@ return function(sandbox) {
             sandbox.getModule('indicator').clearMessage();\r
         },\r
         historyItemAdded: function(item) {\r
-            sandbox.getModule('documentHistory').addHistory([item]);\r
+            sandbox.getModule('documentHistory').addHistory([item], {animate: true});\r
         }\r
     }\r
     \r