Skip to content

Commit 4f110a5

Browse files
committed
1 parent 5c7e862 commit 4f110a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/editor/contrib/hover/hover.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export class ModesHoverController implements IEditorContribution {
101101
this._toUnhook.add(this._editor.onDidChangeModelDecorations(() => this._onModelDecorationsChanged()));
102102
} else {
103103
this._toUnhook.add(this._editor.onMouseMove(hideWidgetsEventHandler));
104+
this._toUnhook.add(this._editor.onKeyDown((e: IKeyboardEvent) => this._onKeyDown(e)));
104105
}
105106

106107
this._toUnhook.add(this._editor.onMouseLeave(hideWidgetsEventHandler));

0 commit comments

Comments
 (0)