Revert "don't focus in tabs"

This reverts commit 90946c582d.
This commit is contained in:
SPRINX0\prochazka
2024-11-21 16:12:27 +01:00
parent 1f79627dbe
commit 4b1c021871
5 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -191,6 +191,7 @@
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} />
<JslDataGrid {jslid} listenInitializeFile onCustomGridRefresh={handleRefresh} focusOnVisible />
{:else}
<LoadingInfo message="Loading data..." />
{/if}

View File

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

View File

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