Skip to content

Commit

Permalink
fix(cdk): ActiveZone fix event handling for IOS Safari (#7155)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Apr 3, 2024
1 parent 0eb5dc7 commit dbe7e81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/cdk/directives/active-zone/active-zone.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ import {distinctUntilChanged, map, skip, startWith} from 'rxjs/operators';
selector:
'[tuiActiveZone]:not(ng-container), [tuiActiveZoneChange]:not(ng-container), [tuiActiveZoneParent]:not(ng-container)',
exportAs: 'tuiActiveZone',
host: {
'(document:mousedown.silent)': '(0)',
},
})
export class TuiActiveZoneDirective implements OnDestroy {
private subActiveZones: readonly TuiActiveZoneDirective[] = [];
Expand Down

0 comments on commit dbe7e81

Please sign in to comment.