Skip to content

Commit 918b24f

Browse files
committed
chore(*): remove this #6594
1 parent 30d108a commit 918b24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6545,7 +6545,7 @@ function verifyChipVisibility(fix, index: number, shouldBeFullyVisible: boolean)
65456545
function clickElemAndBlur(clickElem: DebugElement, blurElem: DebugElement) {
65466546
const clickHtmlElem = clickElem.nativeElement;
65476547

6548-
this.clickHtmlElemAndBlur(clickHtmlElem, blurElem);
6548+
clickHtmlElemAndBlur(clickHtmlElem, blurElem);
65496549
}
65506550

65516551
function clickHtmlElemAndBlur(clickElem: HTMLElement, blurElem: DebugElement) {

0 commit comments

Comments
 (0)