mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix restoring from localStorage (#715)
This commit is contained in:
parent
b7a6ceba68
commit
82eb97462b
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@ export class App extends React.Component<any, AppState> {
|
|||
);
|
||||
if (match) {
|
||||
this.loadScene(match[1], match[2]);
|
||||
} else {
|
||||
this.loadScene(null, undefined);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue