X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ce24094b892d3fb0faf000b5e2bf64f58ce4aae5..75e7ee4a984c04ac54d14f7ac56be71130c9a1d3:/modules/rng/rng.js?ds=sidebyside diff --git a/modules/rng/rng.js b/modules/rng/rng.js index a3e746c..1ecdc4e 100644 --- a/modules/rng/rng.js +++ b/modules/rng/rng.js @@ -205,6 +205,10 @@ return function(sandbox) { commands.updateCurrentNodeElement(nodeElement); }, + currentNodeElementChanged: function(nodeElement) { + commands.updateCurrentNodeElement(nodeElement); + }, + contentChanged: function() { dirty.documentCanvas = true; },