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: ensure find query history in case of always private windows #3854

Closed
wants to merge 1 commit into from
Closed

fix: ensure find query history in case of always private windows #3854

wants to merge 1 commit into from

Conversation

sid-maddy
Copy link

@sid-maddy sid-maddy commented Jul 10, 2021

Description

Fixes #3614.

In my observation, this.rawQueryList always remains undefined, if a user always browses in private/incognito windows.
As per my understanding, this is because of the way it is populated from local storage.

Changes

Added a fallback when setting it from local storage changes to ensure this.rawQueryList is always defined.

@philc philc closed this in c859406 Jul 23, 2023
@philc
Copy link
Owner

philc commented Jul 23, 2023

Thanks for tracking this down @sid-maddy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find mode n and N do nothing in private windows (Firefox, Ubuntu)
2 participants