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