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

Reset resize counter when viewport changes size #301

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Conversation

rodarima
Copy link
Member

Fixes #300

Buttons also have their own Layout, which will try to resize every time
the window has changed. We are only interested in the top-level layout,
as is the one that has a problem on some pages.
To prevent the page from triggering the emergency stop at
resizeIdle(), we reset the resize counter when the viewport is resized.

Fixes: #300
@rodarima rodarima added this to the Release 3.2.0 milestone Nov 14, 2024
@rodarima rodarima merged commit 318d1f1 into master Nov 14, 2024
22 checks 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.

Resizing the window several times triggers the layout emergency brake
1 participant