Skip to content

Commit 4e5223a

Browse files
committed
fix: In the newly created workflow tool canvas, the basic information and the start node overlap with each other
1 parent 46b103a commit 4e5223a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/workflow/common/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ export const toolBaseNode = {
9999
export const toolStartNode = {
100100
id: WorkflowType.ToolStartNode,
101101
type: WorkflowType.ToolStartNode,
102-
x: 360,
103-
y: 2761.3875,
102+
x: 280,
103+
y: 3301,
104104
text: '',
105105
properties: {
106106
height: 728.375,

0 commit comments

Comments
 (0)