Browse Source

Update state.ts

main
Steve Ruiz 4 years ago
parent
commit
4507f806f6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      state/state.ts

+ 1
- 1
state/state.ts View File

1383
     },
1383
     },
1384
 
1384
 
1385
     restoreSavedData(data) {
1385
     restoreSavedData(data) {
1386
-      // history.load(data)
1386
+      history.load(data)
1387
     },
1387
     },
1388
 
1388
 
1389
     clearBoundsRotation(data) {
1389
     clearBoundsRotation(data) {

Loading…
Cancel
Save