fix: no migrating draw lines correctly

This commit is contained in:
dwelle 2021-05-10 16:19:31 +02:00
parent 45a4a00b69
commit a8a5e7b6ff

View File

@ -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,