mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
focus in editor after dropping (#11525)
This commit is contained in:
@@ -361,6 +361,7 @@ class DropOverlay extends Themable {
|
||||
const editor = this.editorService.activeTextEditorControl as ICodeEditor;
|
||||
if (untitledOrFileResources[0].resource.scheme === 'Column' || untitledOrFileResources[0].resource.scheme === 'Table') {
|
||||
SnippetController2.get(editor).insert(untitledOrFileResources[0].resource.query);
|
||||
editor.focus();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user