Skip to content

Commit

Permalink
List view: fix stuck moving animation on Enter
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 6, 2024
1 parent 77896ed commit c30c3fe
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 c30c3fe

Please sign in to comment.