@magic-xpa/angular 4.800.0-dev480.202 → 4.800.0-dev480.203

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3136,6 +3136,8 @@
3136
3136
  if (_this.htmlElement instanceof HTMLButtonElement)
3137
3137
  fromButton = true;
3138
3138
  _this.task.insertEvent(engine.getGuiEventObj(event, _this.id, +_this.rowId, fromButton));
3139
+ if (!MagicDirective.opened)
3140
+ e.cancelBubble = true;
3139
3141
  });
3140
3142
  });
3141
3143
  this.renderer.listen(this.htmlElement, 'change', function (e) {