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 671c36e + 142c9f2 commit 7018ae6Copy full SHA for 7018ae6
projects/igniteui-angular/src/lib/directives/tooltip/tooltip.directive.ts
@@ -253,7 +253,7 @@ export class IgxTooltipTargetDirective extends IgxToggleActionDirective implemen
253
* @hidden
254
*/
255
@HostListener('document:keydown.escape', ['$event'])
256
- public onKeydownEscape() {
+ public onKeydownEscape(event) {
257
const hidingArgs = { target: this, tooltip: this.target, cancel: false };
258
this.onTooltipHide.emit(hidingArgs);
259
0 commit comments