X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a421b30397eaa30b23a389cc9018ad29bf987a28..55da6d6c73cdb1627cf71e7419eb3cc2f5e53c08:/src/editor/modules/rng/rng.js diff --git a/src/editor/modules/rng/rng.js b/src/editor/modules/rng/rng.js index a25136a..614fc76 100644 --- a/src/editor/modules/rng/rng.js +++ b/src/editor/modules/rng/rng.js @@ -35,7 +35,7 @@ return function(sandbox) { }, updateCurrentNodeElement: function(nodeElement) { sandbox.getModule('nodePane').setNodeElement(nodeElement); - //sandbox.getModule('nodeFamilyTree').setElement(nodeElement); + sandbox.getModule('nodeFamilyTree').setElement(nodeElement); //sandbox.getModule('nodeBreadCrumbs').setNodeElement(nodeElement); }, updateCurrentTextElement: function(textElement) {