{ await automationStore.actions.deleteBranch( branchBlockRef.pathTo, $selectedAutomation.data ) }} > By deleting this branch, you will delete all of its contents. { editableConditionUI = e.detail }} allowOnEmpty={false} builderType={"condition"} docsURL={null} evaluationContext={$memoContext} />
{ e.stopPropagation() }} >
{ let stepUpdate = cloneDeep(step) let branchUpdate = stepUpdate.inputs?.branches.find( stepBranch => stepBranch.id == branch.id ) branchUpdate.name = e.detail const updatedAuto = automationStore.actions.updateStep( pathTo, $selectedAutomation.data, stepUpdate ) await automationStore.actions.save(updatedAuto) }} />
{ openContextMenu(e) }} size="S" hoverable name="MoreSmallList" />
{#if $view.dragging} {:else} {/if} {#if step.inputs.children[branch.id]?.length}
{/if}