fix: improve conditionalwrapper selection

This commit is contained in:
Ruben Fiszel
2023-12-05 22:29:55 +01:00
parent 0333ce78bd
commit b5f53556a9
@@ -222,7 +222,11 @@
parentComponentId: befSelected,
subGridIndex: 0
}
} else if (item?.data.type === 'tabscomponent' || item?.data.type === 'steppercomponent') {
} else if (
item?.data.type === 'tabscomponent' ||
item?.data.type === 'steppercomponent' ||
item?.data.type === 'conditionalwrapper'
) {
$focusedGrid = {
parentComponentId: befSelected,
subGridIndex: