mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 13:20:30 -04:00
This reverts commit 5d44b6a6a7.
This commit is contained in:
@@ -288,8 +288,8 @@ class SymbolEntry extends EditorQuickOpenEntryGroup {
|
||||
return this.range;
|
||||
}
|
||||
|
||||
getInput(): IEditorInput | undefined {
|
||||
return this.editorService.activeEditor;
|
||||
getInput(): IEditorInput | null {
|
||||
return types.withUndefinedAsNull(this.editorService.activeEditor);
|
||||
}
|
||||
|
||||
getOptions(pinned?: boolean): ITextEditorOptions {
|
||||
|
||||
Reference in New Issue
Block a user