mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
This reverts commit 5dab7809de.
This commit is contained in:
@@ -52,7 +52,7 @@ export class EmptyCellEditorHintContribution extends EmptyTextEditorHintContribu
|
|||||||
}
|
}
|
||||||
|
|
||||||
const activeEditor = getNotebookEditorFromEditorPane(this._editorService.activeEditorPane);
|
const activeEditor = getNotebookEditorFromEditorPane(this._editorService.activeEditorPane);
|
||||||
if (!activeEditor || activeEditor.isDisposed) {
|
if (!activeEditor || !activeEditor.isDisposed) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user