@magic-xpa/angular 4.800.0-dev480.203 → 4.800.0-dev480.204
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 -1
- 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/row.magic.directive.js +4 -2
- package/fesm2015/magic-xpa-angular.js +2 -1
- package/fesm2015/magic-xpa-angular.js.map +1 -1
- package/package.json +3 -3
|
@@ -3059,7 +3059,8 @@
|
|
|
3059
3059
|
RowMagicDirective.prototype.onClick = function ($event) {
|
|
3060
3060
|
if (this.rowId != '') {
|
|
3061
3061
|
this._task.insertEvent(engine.getGuiEventObj('click', "magicRow", +this.rowId));
|
|
3062
|
-
|
|
3062
|
+
if (!MagicDirective.opened)
|
|
3063
|
+
event.cancelBubble = true;
|
|
3063
3064
|
}
|
|
3064
3065
|
};
|
|
3065
3066
|
return RowMagicDirective;
|