1
0
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:
dwelle 2021-05-10 16:19:31 +02:00
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,