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…
x
Reference in New Issue
Block a user