Fixed searchbar again

This commit is contained in:
Bastian Meissner 2020-05-24 15:25:29 +02:00
parent 3adfed4752
commit 7766bedfd1

View file

@ -56,7 +56,7 @@ const SearchBar = () => {
if (query.split(' ')[0].includes('/')) { if (query.split(' ')[0].includes('/')) {
handleQueryWithProvider(query); handleQueryWithProvider(query);
} else { } else {
//window.location = 'https://google.com/search?q=' + query; window.location = 'https://google.com/search?q=' + query;
} }
e.preventDefault(); e.preventDefault();