Update azdataGraph version to 0.0.37 (#20140)

* Updates azdataGraph version to 0.0.37

* Enables collapse/expand node with highlight resize
This commit is contained in:
Lewis Sanchez
2022-07-21 16:15:54 -07:00
committed by GitHub
parent 7b08ecc4cc
commit 43e7e35df5
7 changed files with 12 additions and 14 deletions

View File

@@ -196,7 +196,6 @@ export class ExecutionPlanComparisonEditorView {
this._propertiesView.setTopElement(this._topPlanDiagramModels[e.index].root);
this._topPlanRecommendations.recommendations = this._topPlanDiagramModels[e.index].recommendations;
this._activeTopPlanIndex = e.index;
this._activeTopPlanDiagram.disableNodeCollapse(true);
await this.getSkeletonNodes();
});
@@ -223,7 +222,6 @@ export class ExecutionPlanComparisonEditorView {
this._propertiesView.setTopElement(this._bottomPlanDiagramModels[e.index].root);
this._bottomPlanRecommendations.recommendations = this._bottomPlanDiagramModels[e.index].recommendations;
this._activeBottomPlanIndex = e.index;
this._activeBottomPlanDiagram.disableNodeCollapse(true);
await this.getSkeletonNodes();
});