@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.
- package/bundles/magic-xpa-angular.umd.js +2 -0
- package/bundles/magic-xpa-angular.umd.js.map +1 -1
- package/bundles/magic-xpa-angular.umd.min.js +1 -1
- package/bundles/magic-xpa-angular.umd.min.js.map +1 -1
- package/esm2015/src/ui/directives/magic.directive.js +3 -1
- package/fesm2015/magic-xpa-angular.js +2 -0
- package/fesm2015/magic-xpa-angular.js.map +1 -1
- package/package.json +3 -3
|
@@ -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) {
|