feat: updated condition select widget (#9242)
This commit is contained in:
parent
dc510161d9
commit
2e2ffc9361
|
|
@ -133,7 +133,7 @@ function* getAllSelectableChildren() {
|
|||
const canvasId: string = yield call(getLastSelectedCanvas);
|
||||
let allChildren: string[] = [];
|
||||
const selectGrandChildren: boolean = lastSelectedWidget
|
||||
? widgetLastSelected.type === WidgetTypes.LIST_WIDGET
|
||||
? widgetLastSelected && widgetLastSelected.type === WidgetTypes.LIST_WIDGET
|
||||
: false;
|
||||
if (selectGrandChildren) {
|
||||
allChildren = yield call(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user