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

Commits on Nov 14, 2024

  1. Only limit resizes on the top-level layout

    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.
    rodarima committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c2629b5 View commit details
    Browse the repository at this point in the history
  2. Reset resize counter when viewport size changes

    To prevent the page from triggering the emergency stop at
    resizeIdle(), we reset the resize counter when the viewport is resized.
    
    Fixes: #300
    rodarima committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    318d1f1 View commit details
    Browse the repository at this point in the history