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