Lightning-UI-Components icon indicating copy to clipboard operation
Lightning-UI-Components copied to clipboard

fix: allow withEditItems to work with lazyScroll

Open joshhowenstine opened this issue 1 year ago • 2 comments

Description

An issue was discovered where withEditItems does not integrate smoothly with lazyScroll. This update ensures that the scrolling functionality will pause until the initial item swap transition is complete, thereby preventing any conflict or unexpected behavior during additional logic execution.

Ticket

Testing Instructions

  1. Navigate to the withEditItems story.
  2. Scroll through the row, it should operate as expected.
  3. Press "Enter" to enable edit mode and move the current item. The functionality should remain seamless.
  4. Enable the lazyScroll option in Storybook.
  5. Repeat the above actions. After swapping items, the scrolling animation should now proceed as expected without issues.

joshhowenstine avatar Mar 27 '24 01:03 joshhowenstine

Test Execution Passed.

Test Execution Passed.

:tada: This PR is included in version @lightningjs/ui-components-v2.25.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: