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 13ab01f commit f0fc3e2Copy full SHA for f0fc3e2
packages/jupyterlab-go-to-definition/src/editors/codemirror/extension.ts
@@ -190,7 +190,7 @@ export class CodeMirrorExtension extends CodeMirrorTokensProvider
190
usagesBeforeTarget += 1;
191
}
192
193
- let nextSibling = sibling.previousSibling;
+ let nextSibling = sibling.previousSibling as Node;
194
195
while (nextSibling == null) {
196
while (!sibling.previousSibling) {
0 commit comments