tweak debounce timeout

This commit is contained in:
Ryan Di 2025-05-12 21:07:21 +10:00
parent 67260915cb
commit 4e2026e47d

View File

@ -3948,7 +3948,7 @@ class App extends React.Component<AppProps, AppState> {
this.cancelInProgressAnimation?.(); this.cancelInProgressAnimation?.();
this.animateToConstrainedArea(fromValues, toValues); this.animateToConstrainedArea(fromValues, toValues);
}, 300); }, 200);
private animateToConstrainedArea = ( private animateToConstrainedArea = (
fromValues: AnimateTranslateCanvasValues, fromValues: AnimateTranslateCanvasValues,