mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-02-18 13:29:36 +01:00
fix: no migrating draw
lines correctly
This commit is contained in:
parent
45a4a00b69
commit
a8a5e7b6ff
@ -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…
Reference in New Issue
Block a user