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