mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Toggle shapeSnap
This commit is contained in:
parent
452373d769
commit
5ac50bdc88
8 changed files with 188 additions and 113 deletions
|
@ -390,7 +390,6 @@ export const convertToShape = (
|
|||
return newArrowElement({
|
||||
...freeDrawElement,
|
||||
type: recognizedShape.type,
|
||||
endArrowhead: "arrow", // TODO: Get correct state
|
||||
points: [
|
||||
recognizedShape.simplified[0],
|
||||
recognizedShape.simplified[recognizedShape.simplified.length - 2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue