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

Prevent triggering hideSearchWords when closing the modal #104

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 5, 2022

  1. Prevent triggering hideSearchWords when closing the modal

    Two things:
    
    - The scope of the event needs to be narrowed down
      (from document to just the modal).
    - We need to call stopPropagation so the event isn't triggered for the
      document object.
    
    Closes #103
    stsewd committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    afb6a7a View commit details
    Browse the repository at this point in the history
  2. Update sphinxs

    stsewd committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ca3c74a View commit details
    Browse the repository at this point in the history