diff --git a/src/components/Sheet/SheetContent.tsx b/src/components/Sheet/SheetContent.tsx index eb93933c44..b7e1efd220 100644 --- a/src/components/Sheet/SheetContent.tsx +++ b/src/components/Sheet/SheetContent.tsx @@ -16,7 +16,7 @@ const ACCELERATION_Y_MAX = 0.08; const ACCELERATION_Y_MIN = -0.02; // 90% from viewport const MAX_CONTENT_HEIGHT_FROM_VIEWPORT_COEFFICIENT = 0.9; -const WINDOW_RESIZE_TIMEOUT = 25; +const WINDOW_RESIZE_TIMEOUT = 50; let hashHistory: string[] = []; @@ -123,21 +123,14 @@ class SheetContent extends React.Component { + if (this.state.isAnimating) { + return; + } + this.setState({inWindowResizeScope: true}); if (this.resizeWindowTimer) {