mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 17:30:44 +02:00
fix
This commit is contained in:
@@ -670,7 +670,6 @@ export const convertToExcalidrawElements = (
|
||||
const elements = bindTextToContainer(element, textElement);
|
||||
res.push(...elements);
|
||||
} else {
|
||||
delete element.children;
|
||||
//@ts-ignore
|
||||
res.push(element);
|
||||
}
|
||||
|
Reference in New Issue
Block a user