Skip to content

Commit b769db0

Browse files
authored
Merge pull request #5677 from IgniteUI/astaev/issue5671-7.3.x
fix(tooltip): Fixing compilation error #5671
2 parents 3ec4dcf + 19d3651 commit b769db0

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
@@ -256,7 +256,7 @@ export class IgxTooltipTargetDirective extends IgxToggleActionDirective implemen
256256
* @hidden
257257
*/
258258
@HostListener('document:keydown.escape', ['$event'])
259-
public onKeydownEscape() {
259+
public onKeydownEscape(event) {
260260
const hidingArgs = { target: this, tooltip: this.target, cancel: false };
261261
this.onTooltipHide.emit(hidingArgs);
262262

0 commit comments

Comments
 (0)