Reacting to wlxml class change in helper modules properly
[fnpeditor.git] / modules / documentCanvas / documentCanvas.js
index dbbbd0e..4cf3558 100644 (file)
@@ -56,6 +56,7 @@ return function(sandbox) {
             } else {
                 currentNodeElement.setWlxmlMetaAttr(attr, value);
             }
+            sandbox.publish('currentNodeElementChanged', currentNodeElement);
         },
         highlightElement: function(element) {
             canvas.highlightElement(element);