Skip to content

Commit 8cf23fe

Browse files
committed
fix: 修复工作流节点收缩后无法发布 #1582
1 parent 89cea4e commit 8cf23fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/workflow/common/NodeContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</div>
5252
</div>
5353
<el-collapse-transition>
54-
<div @mousedown.stop @keydown.stop @click.stop v-if="showNode" class="mt-16">
54+
<div @mousedown.stop @keydown.stop @click.stop v-show="showNode" class="mt-16">
5555
<el-alert
5656
v-if="node_status != 200"
5757
class="mb-16"

0 commit comments

Comments
 (0)