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

Remove the "transitionend" event listener from the default viewer (issue 17347) #17360

Merged
merged 2 commits into from
Dec 1, 2023

Commits on Nov 30, 2023

  1. Remove the "transitionend" event listener from the default viewer (is…

    …sue 17347)
    
    Given that this event listener is only used to trigger rendering after the sidebar has been opened/closed, we can utilize the existing one in the `PDFSidebar` class for this purpose instead. That one is registered on the sidebar DOM-element, and is needed to remove a CSS-class indicating that the sidebar is moving.
    Snuffleupagus committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4125023 View commit details
    Browse the repository at this point in the history
  2. Disable the "should compress and save text" unit-test in additional N…

    …ode.js versions (PR 17202 follow-up)
    
    It seems this unit-test started failing in Node.js version 20.10 as well. We should probably try and understand why, but for now just disable it to get passing CI tests.
    Snuffleupagus committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fe3bc57 View commit details
    Browse the repository at this point in the history