editor: actions implementation
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / wlxmlListener.js
index f932ea0..7d19e94 100644 (file)
@@ -23,6 +23,10 @@ $.extend(Listener.prototype, {
             }
         }, this);
 
+        wlxmlDocument.on('operationEnd', function() {
+            this.canvas.triggerSelectionChanged();
+        }, this);
+
         wlxmlDocument.on('contentSet', function() {
             this.canvas.loadWlxmlDocument(wlxmlDocument);
         }, this);