mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Updating the cache element and not an unlinked reference to it. (#19057)
This commit is contained in:
@@ -84,6 +84,7 @@ export class ExecutionPlanTabView implements IPanelView {
|
||||
currentView.onHide(this._container);
|
||||
this._input.graphs = [];
|
||||
currentView = this._instantiationService.createInstance(ExecutionPlanFileView);
|
||||
this._viewCache.executionPlanFileViewMap.set(this._input.executionPlanFileViewUUID, currentView);
|
||||
currentView.render(this._container);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user