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.
1 parent 67abb1e commit 411f91bCopy full SHA for 411f91b
packages/jupyterlab-lsp/src/features/hover.ts
@@ -322,6 +322,7 @@ export class HoverCM extends CodeMirrorIntegration {
322
323
// if over an empty space in a line (and not over a token) then not worth checking
324
if (target.classList.contains('CodeMirror-line')) {
325
+ this.remove_range_highlight();
326
return;
327
}
328
0 commit comments