Skip to content

Commit

Permalink
merge master #5460
Browse files Browse the repository at this point in the history
  • Loading branch information
hanastasov committed Nov 27, 2019
1 parent 19b2ffd commit 3c9f652
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,13 +1028,6 @@ export class IgxAdvancedFilteringDialogComponent implements AfterViewInit, OnDes
this.grid = grid;
this._overlayService = overlayService;
this._overlayComponentId = overlayComponentId;

// Set pointer-events to none of the overlay content element which blocks the grid interaction after dragging
this._overlayService.onOpened.pipe(first()).subscribe(() => {
if (this.element.nativeElement.parentElement) {
this.element.nativeElement.parentElement.style['pointer-events'] = 'none';
}
});
}

private init() {
Expand Down

0 comments on commit 3c9f652

Please sign in to comment.