mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
focus query editor
This commit is contained in:
@@ -421,6 +421,7 @@
|
||||
title: 'Query #',
|
||||
icon: 'img query-design',
|
||||
tabComponent: 'QueryDesignTab',
|
||||
focused: true,
|
||||
props: {
|
||||
conid: data.conid,
|
||||
database: data.database,
|
||||
@@ -666,6 +667,7 @@
|
||||
{
|
||||
// title: getObjectTitle(connection, schemaName, pureName),
|
||||
title: tabComponent ? getObjectTitle(connection, schemaName, pureName) : 'Query #',
|
||||
focused: tabComponent == null,
|
||||
tooltip,
|
||||
icon:
|
||||
icon ||
|
||||
|
||||
Reference in New Issue
Block a user