X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/26de8c3163f128baa02c78d172effcdf38a8adbc..a72a2ac218147b7c6874fbdc361d0a3fb6532a88:/modules/rng/rng.js 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; },