mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: no migrating draw
lines correctly
This commit is contained in:
parent
45a4a00b69
commit
a8a5e7b6ff
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ const restoreElement = (
|
|||
});
|
||||
}
|
||||
case "line":
|
||||
// @ts-ignore LEGACY type
|
||||
// eslint-disable-next-line no-fallthrough
|
||||
case "draw":
|
||||
case "arrow": {
|
||||
const {
|
||||
startArrowhead = null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue