分支出口
@@ -644,13 +684,15 @@
{/if}
-
+ {#if isExpanded()}
+
+ {/if}
{/each}
@@ -876,6 +918,10 @@
box-shadow: none;
}
+ :global(.condition-branch-handle-collapsed) {
+ transform: translateY(-50%);
+ }
+
.condition-editor-actions-inline {
display: flex;
align-items: center;