Skip to content

Conversation

@chohongm
Copy link
Contributor

@chohongm chohongm commented Mar 21, 2024

Changelogs

  • Fixed a bug where swiping carousel in mobile view displaying flickering effect
  • Added missing default font-family value to template root

@chohongm chohongm self-assigned this Mar 21, 2024
@chohongm chohongm force-pushed the temp/testing-carousel-motions branch from abf4e55 to 5127f7a Compare March 21, 2024 08:57
Copy link
Contributor

@HoonBaek HoonBaek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines 182 to 184
const handleTouchEnd = () => {
if (dragging !== null) {
setDragging(null);
}
onDragEnd();
handleDragEndForMobile();
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same?

const handleTouchEnd = handleDragEndForMobile;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep its same

});
return;
}
if (deltaY > deltaX + 15) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to make these 15 to constance

@chohongm chohongm force-pushed the temp/testing-carousel-motions branch from 85a6b63 to c8bfdaa Compare March 22, 2024 01:42
- resolve carousel flickering issue in mobile devices
@chohongm chohongm force-pushed the temp/testing-carousel-motions branch from 6a5238e to 7aadd73 Compare March 22, 2024 02:42
@chohongm chohongm merged commit 3b2a5a9 into v3.14.0-beta Mar 22, 2024
@chohongm chohongm deleted the temp/testing-carousel-motions branch March 22, 2024 02:42
chohongm added a commit that referenced this pull request Mar 27, 2024
…nt-family to template root (#1022)

### Changelogs
- Fixed a bug where swiping carousel in mobile view displaying
flickering effect
- Added missing default font-family value to template root
@chohongm chohongm restored the temp/testing-carousel-motions branch April 4, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants