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 dbdc4cc commit 42e7020Copy full SHA for 42e7020
src/currentLineController.ts
@@ -254,7 +254,7 @@ export class CurrentLineController extends Disposable {
254
async refresh(editor?: TextEditor) {
255
this._currentLine.line = -1;
256
257
- if (editor === undefined && this._editor !== undefined) return;
+ if (editor === undefined && this._editor === undefined) return;
258
259
this.clearAnnotations(this._editor);
260
0 commit comments