mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Stats unbonds arrows when used
This commit is contained in:
parent
ccda36a0e3
commit
eecabccf8d
8 changed files with 102 additions and 163 deletions
|
@ -569,7 +569,7 @@ const isLinearElementSimple = (
|
|||
linearElement: NonDeleted<ExcalidrawLinearElement>,
|
||||
): boolean => linearElement.points.length < 3;
|
||||
|
||||
export const unbindLinearElement = (
|
||||
const unbindLinearElement = (
|
||||
linearElement: NonDeleted<ExcalidrawLinearElement>,
|
||||
startOrEnd: "start" | "end",
|
||||
): ExcalidrawBindableElement["id"] | null => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue