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 duplicate headings when fractional window sizes used #193

Merged
merged 1 commit into from
May 24, 2024

Conversation

makermelissa
Copy link
Collaborator

Fixes #192. It was using a max and min value to determine when items were hidden only expecting integer values. Apparently chrome on windows allows float values for window sizes. So using both as max should solve the problem. Since I can't reproduce the issue on MacOS, I just tested locally that it still functions as expected.

@makermelissa makermelissa requested a review from tannewt May 24, 2024 16:19
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Ok!

@tannewt tannewt merged commit c625fa2 into circuitpython:main May 24, 2024
1 check passed
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.

Seeing two copies of the header at a certain breakpoint
2 participants