mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 10:06:00 +00:00
don't focus in tabs
This commit is contained in:
@@ -170,7 +170,6 @@
|
||||
supportsReload
|
||||
allowChangeChangeSetStructure
|
||||
changeSetState={$changeSetStore}
|
||||
focusOnVisible
|
||||
{changeSetStore}
|
||||
{dispatchChangeSet}
|
||||
{infoLoadCounter}
|
||||
|
||||
@@ -191,7 +191,6 @@
|
||||
cache={$cache}
|
||||
setCache={cache.update}
|
||||
changeSetState={$changeSetStore}
|
||||
focusOnVisible
|
||||
{display}
|
||||
{changeSetStore}
|
||||
{dispatchChangeSet}
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
<ToolStripContainer>
|
||||
{#if jslid}
|
||||
<JslDataGrid {jslid} listenInitializeFile onCustomGridRefresh={handleRefresh} focusOnVisible />
|
||||
<JslDataGrid {jslid} listenInitializeFile onCustomGridRefresh={handleRefresh} />
|
||||
{:else}
|
||||
<LoadingInfo message="Loading data..." />
|
||||
{/if}
|
||||
|
||||
@@ -255,7 +255,6 @@
|
||||
cache={$cache}
|
||||
setCache={cache.update}
|
||||
changeSetState={$changeSetStore}
|
||||
focusOnVisible
|
||||
{changeSetStore}
|
||||
{dispatchChangeSet}
|
||||
/>
|
||||
|
||||
@@ -68,7 +68,6 @@
|
||||
setConfig={config.update}
|
||||
cache={$cache}
|
||||
setCache={cache.update}
|
||||
focusOnVisible
|
||||
hasMultiColumnFilter
|
||||
gridCoreComponent={SqlDataGridCore}
|
||||
formViewComponent={SqlFormView}
|
||||
|
||||
Reference in New Issue
Block a user