Skip to content

Commit ec220f1

Browse files
authored
Merge pull request #5679 from IgniteUI/astaev/issue5671-8.1.x
fix(tooltip): Fixing compilation error #5671
2 parents e7989d7 + 53d351d commit ec220f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/tooltip/tooltip.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export class IgxTooltipTargetDirective extends IgxToggleActionDirective implemen
253253
* @hidden
254254
*/
255255
@HostListener('document:keydown.escape', ['$event'])
256-
public onKeydownEscape() {
256+
public onKeydownEscape(event) {
257257
const hidingArgs = { target: this, tooltip: this.target, cancel: false };
258258
this.onTooltipHide.emit(hidingArgs);
259259

0 commit comments

Comments
 (0)