mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 16:00:38 +02:00
feat: tweak editing behavior (#2668)
* feat: tweak editing behavior * fix tests Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@@ -69,9 +69,9 @@ describe("move element", () => {
|
||||
|
||||
// bind line to two rectangles
|
||||
bindOrUnbindLinearElement(
|
||||
line as NonDeleted<ExcalidrawLinearElement>,
|
||||
rectA as ExcalidrawRectangleElement,
|
||||
rectB as ExcalidrawRectangleElement,
|
||||
line.get() as NonDeleted<ExcalidrawLinearElement>,
|
||||
rectA.get() as ExcalidrawRectangleElement,
|
||||
rectB.get() as ExcalidrawRectangleElement,
|
||||
);
|
||||
|
||||
// select the second rectangles
|
||||
|
Reference in New Issue
Block a user