Skip to content

Commit a19038d

Browse files
committed
Remove tooltip keyboardEvent
1 parent 2d3db3a commit a19038d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/dialog/tooltip/tooltip.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,4 @@ export class Tooltip extends Dialog {
4343
onDialogInit() {
4444
this.hasContentTemplate = this.dialogConfig.content instanceof TemplateRef;
4545
}
46-
47-
@HostListener("keydown", ["$event"])
48-
onBlur(event: KeyboardEvent) {
49-
this.doClose();
50-
}
5146
}

0 commit comments

Comments
 (0)