feat: Pin移动连线也跟着移动

This commit is contained in:
alivender
2025-04-27 14:08:05 +08:00
parent b3a5342d6b
commit 10db7c67bf
6 changed files with 348 additions and 467 deletions

View File

@@ -344,7 +344,7 @@ function updateComponentProp(componentId: string | { id: string; propName: strin
// 处理连线创建事件
function handleWireCreated(wireData: any) {
console.log('Wire created:', wireData);
// 可以在这里添加连线创建的相关逻辑
// 连线已在DiagramCanvas.vue中完成约束处理
}
// 处理连线删除事件