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.
2 parents 787785a + 4018cc3 commit edc0550Copy full SHA for edc0550
1 file changed
projects/ng-sortgrid/src/lib/ngsg-item.directive.ts
@@ -95,7 +95,7 @@ export class NgsgItemDirective implements OnInit, OnChanges, AfterViewInit, OnDe
95
return false;
96
}
97
98
- @HostListener('drop', ['$event'])
+ @HostListener('dragend')
99
drop(): void {
100
if (!this.ngsgStore.hasSelectedItems(this.ngSortGridGroup)) {
101
return;
0 commit comments