mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
make type optional when id present
This commit is contained in:
parent
d9e6910df0
commit
d76bc7890d
3 changed files with 157 additions and 80 deletions
|
@ -208,7 +208,7 @@ export default function App({ appTitle, useCustom, customArgs }: AppProps) {
|
|||
type: "arrow",
|
||||
x: 300,
|
||||
y: 150,
|
||||
start: { type: "rectangle", id: "rect-1" },
|
||||
start: { id: "rect-1" },
|
||||
end: { type: "ellipse" },
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue