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 e7989d7 + 53d351d commit ec220f1Copy full SHA for ec220f1
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