mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 09:21:00 +02:00
fix
This commit is contained in:
@@ -2044,8 +2044,6 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sceneData.elements) {
|
if (sceneData.elements) {
|
||||||
console.log("HEYYYYYYYY", sceneData.elements);
|
|
||||||
|
|
||||||
this.scene.replaceAllElements(
|
this.scene.replaceAllElements(
|
||||||
convertToExcalidrawElements(sceneData.elements),
|
convertToExcalidrawElements(sceneData.elements),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user