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

Disable use of ResizeObserver for menu auto-updating #5381

Merged
merged 2 commits into from Oct 16, 2022

Commits on Oct 14, 2022

  1. Disable use of ResizeObserver for menu auto-update

    Resolves #5256 (comment).
    
    We do not have an official browser support policy, but it would be nice to delay relying on `ResizeObserver` for a major bump and make our official browser support policy clear.
    
    I do not believe we anticipate the `ResizeObserver` getting triggered in many situations anyway since the menu itself shouldn't be resizing. The scroll events are much more critical to auto-updating working properly.
    Methuselah96 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    4475586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86bf2bf View commit details
    Browse the repository at this point in the history