mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-22 08:50:56 +02: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