Vanessa 2025-01-13 12:47:28 +08:00
parent 5a9bb84641
commit a635bcbafd
15 changed files with 63 additions and 64 deletions

View file

@ -755,7 +755,7 @@ export class Graph extends Model {
isBacklink: false,
x: params.event.center.x,
y: params.event.center.y,
nodeIds: [node.id],
refDefs: [{refID: node.id}]
}));
} else {
checkFold(node.id, (zoomIn, action: TProtyleAction[]) => {