diff --git a/ui/src/workflow/index.vue b/ui/src/workflow/index.vue index 7b963134a..2bba9fd11 100644 --- a/ui/src/workflow/index.vue +++ b/ui/src/workflow/index.vue @@ -108,7 +108,7 @@ const renderGraphData = (data?: any) => { // 清除当前节点下面的子节点的所有缓存 data.nodeModel.clear_next_node_field(false) }) - lf.value.openSelectionSelect() + // lf.value.openSelectionSelect() setTimeout(() => { lf.value?.fitView() }, 500)