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 repeater page crash when resizing to a small width #1161

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

ranjeshj
Copy link
Contributor

@ranjeshj ranjeshj commented Jan 9, 2023

Fix a crash when resizing the ItemsRepeater page to small width.

The issue was that one of the custom layouts was getting to state where we would end up with no columns. The fix is to always have at least one column of items.

Fixes #1162

@ranjeshj ranjeshj requested a review from bpulliam January 9, 2023 18:18
@ranjeshj ranjeshj merged commit 67f2c29 into main Jan 9, 2023
@bpulliam bpulliam deleted the user/ranjeshj/repeaterpagecrash branch April 7, 2023 12:38
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.

ItemsRepeater crashes when resizing the window
2 participants