|
@@ -2628,7 +2628,7 @@ export class App extends React.Component<any, AppState> {
|
|
|
|
|
|
private resetShouldCacheIgnoreZoomDebounced = debounce(() => {
|
|
private resetShouldCacheIgnoreZoomDebounced = debounce(() => {
|
|
this.setState({ shouldCacheIgnoreZoom: false });
|
|
this.setState({ shouldCacheIgnoreZoom: false });
|
|
- }, 1000);
|
|
|
|
|
|
+ }, 300);
|
|
|
|
|
|
private saveDebounced = debounce(() => {
|
|
private saveDebounced = debounce(() => {
|
|
saveToLocalStorage(globalSceneState.getAllElements(), this.state);
|
|
saveToLocalStorage(globalSceneState.getAllElements(), this.state);
|