fix: canvas again gets opportunity to react to footnote being closed
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / documentElement.js
index 7b7f7f9..b2e25ed 100644 (file)
@@ -52,7 +52,7 @@ $.extend(DocumentElement.prototype, {
     },
 
     trigger: function() {
-        //this.canvas.bus.trigger()
+        this.canvas.eventBus.trigger.apply(this.canvas.eventBus, Array.prototype.slice.call(arguments, 0));
     }