1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 05:37:58 +01:00

Fix some finder quirks.

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2010-08-26 12:19:21 -04:00
parent a0cb07e7d7
commit 89633538c8

View File

@@ -18,6 +18,7 @@ const RangeFinder = Module("rangefinder", {
let backwards = mode == modes.FIND_BACKWARD;
commandline.open(backwards ? "?" : "/", "", mode);
this.rangeFind = null;
this.find("", backwards);
},