mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
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:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user