We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548f406 commit de5530bCopy full SHA for de5530b
projects/igniteui-angular/src/lib/grids/selection/selection.service.ts
@@ -857,7 +857,7 @@ export class IgxGridSelectionService {
857
this.pointerEventInGridBody = false;
858
this.grid.document.body.removeEventListener('pointerup', this.pointerOriginHandler);
859
860
- if (!event.target.closest('igx-grid-cell') && !event.target.closest('igx-tree-grid-cell')) {
+ if (!event.target.closest('igx-grid-cell') && !event.target.closest('igx-hierarchical-grid-cell') && !event.target.closest('igx-tree-grid-cell')) {
861
this.pointerUp(this._lastSelectedNode, this.grid.rangeSelected, true);
862
}
863
};
0 commit comments