diff --git a/src/components/App.tsx b/src/components/App.tsx index 1f81a2fc88..2cc98c494a 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -2055,6 +2055,7 @@ class App extends React.Component { shouldAnimate: isViewportOutsideOfConstrainedArea && this.state.cursorButton !== "down" && + prevState.cursorButton === "down" && prevState.zoom.value === this.state.zoom.value && elementsIncludingDeleted.length > 0, // Do not animate when app is initialized but scene is empty - this would cause flickering });