Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fb9eb8e authored by Adam Tauber's avatar Adam Tauber
Browse files

[mod] select autocomplete results with mouse click

parent b0665454
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ if(searx.autocompleter) {
		        timeout: 5   // Correct option?
		    },
		    'minLength': 4,
		    // 'selectMode': 'type-ahead',
		    'selectMode': false,
		    cache: true,
		    delay: 300
	    });