mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -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);
|
||||
}
|
||||
if (selectedElement) {
|
||||
tree.select(selectedElement);
|
||||
tree.setFocus(selectedElement);
|
||||
}
|
||||
tree.getFocus();
|
||||
}, onUnexpectedError);
|
||||
|
||||
Reference in New Issue
Block a user