Skip to content

Commit 3775a7a

Browse files
committed
fix(Data source): The table join function occasionally freezes the entire table join interface #917
1 parent 2f57366 commit 3775a7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/views/ds/TableRelationship.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ const getTableData = () => {
299299
cells.value.push(
300300
graph.createNode({
301301
...item,
302+
position: {
303+
x: Number.parseInt(item.position.x),
304+
y: Number.parseInt(item.position.y),
305+
},
302306
height: LINE_HEIGHT + 15,
303307
width: NODE_WIDTH,
304308
})

0 commit comments

Comments
 (0)