This commit is contained in:
Ruben Fiszel
2025-08-21 17:55:29 +00:00
parent e89ebd3dc2
commit 2eece73e93
3 changed files with 3 additions and 3 deletions
@@ -225,7 +225,7 @@
{id}
subGridId={`${id}-0`}
containerHeight={resolvedConfig.heightPx}
on:focus={() => {
onFocus={() => {
if (!$connectingInput.opened) {
$selectedComponent = [id]
}
@@ -243,7 +243,7 @@
{id}
{containerHeight}
subGridId={`${id}-0`}
on:focus={() => {
onFocus={() => {
if (!$connectingInput.opened) {
$selectedComponent = [id]
$focusedGrid = {
@@ -220,7 +220,7 @@
class={twMerge(css?.container?.class, 'wm-stepper')}
style={css?.container?.style}
containerHeight={componentContainerHeight - tabHeight - footerHeight}
on:focus={() => {
onFocus={() => {
if (!$connectingInput.opened) {
$selectedComponent = [id]
handleTabSelection()