mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-02 14:25:42 +01:00
This commit is contained in:
@@ -217,10 +217,10 @@ export abstract class ReferencesController implements IEditorContribution {
|
||||
}
|
||||
|
||||
closeWidget(focusEditor = true): void {
|
||||
this._referenceSearchVisible.reset();
|
||||
this._disposables.clear();
|
||||
dispose(this._widget);
|
||||
dispose(this._model);
|
||||
this._referenceSearchVisible.reset();
|
||||
this._disposables.clear();
|
||||
this._widget = undefined;
|
||||
this._model = undefined;
|
||||
if (focusEditor) {
|
||||
|
||||
Reference in New Issue
Block a user