Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the crash that occurs when the node's topLeft position is nan #234

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

OhKanghoon
Copy link
Contributor

@OhKanghoon OhKanghoon commented Oct 14, 2023

Background

Contents

  • replace point's nan value with zero

@OhKanghoon OhKanghoon changed the title Fix Crash occurs when topLeft position is nan Fix Crash occurs when node's topLeft position is nan Oct 14, 2023
@OhKanghoon OhKanghoon changed the title Fix Crash occurs when node's topLeft position is nan Fix crash occurs when node's topLeft position is nan Oct 14, 2023
@OhKanghoon OhKanghoon changed the title Fix crash occurs when node's topLeft position is nan Fix the crash that occurs when the node's topLeft position is nan Oct 14, 2023
@OhKanghoon OhKanghoon force-pushed the fix-wrap-reverse-crash branch from df1f3d6 to b0c7067 Compare October 14, 2023 16:25
@lucdion lucdion merged commit 8e082fa into layoutBox:master Oct 15, 2023
1 check passed
@lucdion
Copy link
Member

lucdion commented Oct 15, 2023

Thanks @OhKanghoon , a new release is available https://github.com/layoutBox/FlexLayout/releases/tag/2.0.03

@OhKanghoon OhKanghoon deleted the fix-wrap-reverse-crash branch October 15, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash occurs when a .wrapReverse flexbox container has a .display(.none) item.
2 participants