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(NcRichText): debounce the update of widget visibility #6069

Closed
wants to merge 1 commit into from

Commits on Sep 10, 2024

  1. fix(NcRichText): debounce the update of widget visibility

    - IntersectionObserver triggered if any pixel of observed element appears in viewport for a moment
    - with debouncing the update, it won't be triggered during programmatic smooth scroll (less than 100ms in viewport with this commit)
    
    Signed-off-by: Maksim Sukharev <[email protected]>
    Antreesy committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    314497c View commit details
    Browse the repository at this point in the history