Skip to content

Commit e235787

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix tests.
1 parent f4a45e4 commit e235787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/row.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export class IgxRowDirective<T extends IgxGridBaseDirective & GridType> implemen
248248
/**
249249
* @hidden
250250
*/
251-
protected get dragging() {
251+
public get dragging() {
252252
return this.grid.dragRowID === this.rowID;
253253
}
254254

0 commit comments

Comments
 (0)