mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-14 17:54:47 +01:00
fix: Delete invariant violation with arrows
This commit is contained in:
@@ -284,6 +284,7 @@ export const actionDeleteSelected = register({
|
|||||||
type: app.defaultSelectionTool,
|
type: app.defaultSelectionTool,
|
||||||
}),
|
}),
|
||||||
multiElement: null,
|
multiElement: null,
|
||||||
|
newElement: null,
|
||||||
activeEmbeddable: null,
|
activeEmbeddable: null,
|
||||||
selectedLinearElement: null,
|
selectedLinearElement: null,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user