mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-21 04:01:29 +02:00
Don't jump to the next result when submitting a /search.
This commit is contained in:
@@ -295,6 +295,7 @@ liberator.Search = function () //{{{
|
||||
command = lastSearchPattern;
|
||||
|
||||
this.clear();
|
||||
if (!liberator.options["incsearch"])
|
||||
this.find(command, backwards);
|
||||
|
||||
lastSearchBackwards = backwards;
|
||||
|
||||
Reference in New Issue
Block a user