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 urls not open in new tab #769

Merged
merged 2 commits into from
May 25, 2022
Merged

Commits on May 25, 2022

  1. fix url not open in new tab

    jacr13 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    ba09a06 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated handling of /url result links

    It appears that result links beginning with '/url' were mistakenly
    commited with an inefficient filtering process in its place. With the
    way the code is structured, this less effective '/url' link filter took
    precedence over the previous link filter, and also caused users with the
    "open link in new tab" config enabled to no longer have access to that
    feature.
    
    Fixes benbusby#769
    benbusby committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5e4d6a7 View commit details
    Browse the repository at this point in the history