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 3f4bee5 commit 6ea82f0Copy full SHA for 6ea82f0
packages/jupyterlab-lsp/src/features/jump_to.ts
@@ -57,10 +57,7 @@ export class CMJumpToDefinition extends CodeMirrorIntegration {
57
);
58
59
const { button } = event;
60
- if (
61
- button === 0 &&
62
- getModifierState(event, this.modifierKey)
63
- ) {
+ if (button === 0 && getModifierState(event, this.modifierKey)) {
64
this.connection
65
.getDefinition(virtual_position, document.document_info, false)
66
.then(targets => {
0 commit comments