mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 04:05:19 +01:00
FEAT: No binding to frame cutout
This commit is contained in:
@@ -2147,7 +2147,7 @@ const pointDraggingUpdates = (
|
||||
),
|
||||
};
|
||||
|
||||
if (endIsDragged) {
|
||||
if (endIsDragged && updates.endBinding.mode === "orbit") {
|
||||
updates.suggestedBinding = end.element;
|
||||
}
|
||||
} else if (endIsDragged) {
|
||||
|
||||
Reference in New Issue
Block a user