mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Replacing select with focus to prevent second create session (#21811)
This commit is contained in:
@@ -137,7 +137,7 @@ export class TreeUpdateUtils {
|
|||||||
await tree.expandAll(targetsToExpand);
|
await tree.expandAll(targetsToExpand);
|
||||||
}
|
}
|
||||||
if (selectedElement) {
|
if (selectedElement) {
|
||||||
tree.select(selectedElement);
|
tree.setFocus(selectedElement);
|
||||||
}
|
}
|
||||||
tree.getFocus();
|
tree.getFocus();
|
||||||
}, onUnexpectedError);
|
}, onUnexpectedError);
|
||||||
|
|||||||
Reference in New Issue
Block a user