mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:57:58 +01:00
Fix some finder quirks.
--HG-- branch : testing
This commit is contained in:
@@ -18,6 +18,7 @@ const RangeFinder = Module("rangefinder", {
|
|||||||
let backwards = mode == modes.FIND_BACKWARD;
|
let backwards = mode == modes.FIND_BACKWARD;
|
||||||
commandline.open(backwards ? "?" : "/", "", mode);
|
commandline.open(backwards ? "?" : "/", "", mode);
|
||||||
|
|
||||||
|
this.rangeFind = null;
|
||||||
this.find("", backwards);
|
this.find("", backwards);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user