mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 19:40:08 +02:00
tweak debounce timeout
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user