tweak debounce timeout
This commit is contained in:
parent
67260915cb
commit
4e2026e47d
@ -3948,7 +3948,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
|
||||
this.cancelInProgressAnimation?.();
|
||||
this.animateToConstrainedArea(fromValues, toValues);
|
||||
}, 300);
|
||||
}, 200);
|
||||
|
||||
private animateToConstrainedArea = (
|
||||
fromValues: AnimateTranslateCanvasValues,
|
||||
|
Loading…
x
Reference in New Issue
Block a user