don't focus in tabs

This commit is contained in:
SPRINX0\prochazka
2024-11-19 14:13:58 +01:00
parent d619e0f961
commit 90946c582d
5 changed files with 1 additions and 5 deletions

View File

@@ -170,7 +170,6 @@
supportsReload
allowChangeChangeSetStructure
changeSetState={$changeSetStore}
focusOnVisible
{changeSetStore}
{dispatchChangeSet}
{infoLoadCounter}

View File

@@ -191,7 +191,6 @@
cache={$cache}
setCache={cache.update}
changeSetState={$changeSetStore}
focusOnVisible
{display}
{changeSetStore}
{dispatchChangeSet}

View File

@@ -100,7 +100,7 @@
<ToolStripContainer>
{#if jslid}
<JslDataGrid {jslid} listenInitializeFile onCustomGridRefresh={handleRefresh} focusOnVisible />
<JslDataGrid {jslid} listenInitializeFile onCustomGridRefresh={handleRefresh} />
{:else}
<LoadingInfo message="Loading data..." />
{/if}

View File

@@ -255,7 +255,6 @@
cache={$cache}
setCache={cache.update}
changeSetState={$changeSetStore}
focusOnVisible
{changeSetStore}
{dispatchChangeSet}
/>

View File

@@ -68,7 +68,6 @@
setConfig={config.update}
cache={$cache}
setCache={cache.update}
focusOnVisible
hasMultiColumnFilter
gridCoreComponent={SqlDataGridCore}
formViewComponent={SqlFormView}