fix: Box selection of arrows (#10451)

This commit is contained in:
Márk Tolmács
2025-12-03 12:47:30 +01:00
committed by GitHub
parent d080833f4d
commit 8d18078f5c
8 changed files with 81 additions and 65 deletions
+1
View File
@@ -493,6 +493,7 @@ describe("binding for simple arrows", () => {
expect(arrow.endBinding?.elementId).toBe(rectRight.id);
mouse.downAt(-100, -100);
mouse.moveTo(0, 0);
mouse.moveTo(650, 750);
mouse.up(0, 0);