FEAT: No binding to frame cutout

This commit is contained in:
Mark Tolmacs
2025-10-05 20:46:02 +02:00
parent 9551f2f8fb
commit 539e805e91
4 changed files with 122 additions and 1 deletions

View File

@@ -2147,7 +2147,7 @@ const pointDraggingUpdates = (
),
};
if (endIsDragged) {
if (endIsDragged && updates.endBinding.mode === "orbit") {
updates.suggestedBinding = end.element;
}
} else if (endIsDragged) {