Merge branch 'main' into i18n

This commit is contained in:
lilit
2024-05-16 07:01:55 +03:00
committed by GitHub
9 changed files with 27 additions and 27 deletions

View File

@@ -387,7 +387,7 @@ export default function Canvas() {
delete newRelationship.startY;
delete newRelationship.endX;
delete newRelationship.endY;
addRelationship(newRelationship, true);
addRelationship(newRelationship);
};
const handleMouseWheel = (e) => {