Skip to content

Commit

Permalink
List view: fix stuck moving animation on Enter (#59644)
Browse files Browse the repository at this point in the history
Co-authored-by: ellatrix <[email protected]>
Co-authored-by: andrewserong <[email protected]>
  • Loading branch information
3 people authored and getdave committed Mar 12, 2024
1 parent 03224a3 commit 8576f11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function useMovingAnimation( { triggerAnimationOnChange, clientId } ) {

return () => {
controller.stop();
controller.set( { x: 0, y: 0 } );
};
}, [
previous,
Expand Down

0 comments on commit 8576f11

Please sign in to comment.