mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
focus query editor
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
icon: 'img sql-file',
|
||||
tooltip,
|
||||
tabComponent: 'QueryTab',
|
||||
focused: true,
|
||||
props: {
|
||||
conid: connection._id,
|
||||
database: name,
|
||||
@@ -240,6 +241,7 @@
|
||||
title: 'Query #',
|
||||
icon: 'img query-design',
|
||||
tabComponent: 'QueryDesignTab',
|
||||
focused: true,
|
||||
props: {
|
||||
conid: connection._id,
|
||||
database: name,
|
||||
|
||||
Reference in New Issue
Block a user