We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I copy-paste text from VSCode into the Loogle search bar, and the search bar is already non-empty, two unexpected things happen:
This behavior is easily visible if you copy text in VSCode and then paste it multiple times in the Loogle search bar.
I am using Windows & Firefox.
The text was updated successfully, but these errors were encountered:
Hmm, can’t reproduce on Firefox and Linux. Does it depend on what you are copying, e.g. if it involves unicode or backslashes or so?
Sorry, something went wrong.
Nope, it can be any word or a single letter, highlighted or not. I expect that it has to do with the fact that some markup is copied with it.
FWIW: I also cannot reproduce this on Windows + Chrome...
E.g. if I copy AddAction from VSCode, and paste it a couple times in Chrome I get
AddAction
AddActionAddActionAddActionAddActionAddActionAddActionAddActionAddAction
in Firefox I get
AddAction AddActio AddActio AddActio AddActio AddActio AddActio AddAction n n n n n n
Only when copying it here I notice that there's even newlines in there...
No branches or pull requests
If I copy-paste text from VSCode into the Loogle search bar, and the search bar is already non-empty, two unexpected things happen:
This behavior is easily visible if you copy text in VSCode and then paste it multiple times in the Loogle search bar.
I am using Windows & Firefox.
The text was updated successfully, but these errors were encountered: