mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 23:57:59 +01:00
Fix /find bugs
This commit is contained in:
@@ -35,6 +35,8 @@ const modes = (function () //{{{
|
||||
var main = 1; // NORMAL
|
||||
var extended = 0; // NONE
|
||||
|
||||
var lastShown = null;
|
||||
|
||||
var passNextKey = false;
|
||||
var passAllKeys = false;
|
||||
var isRecording = false;
|
||||
@@ -218,6 +220,7 @@ const modes = (function () //{{{
|
||||
reset: function (silent)
|
||||
{
|
||||
modeStack = [];
|
||||
liberator.dump("reset");
|
||||
if (config.isComposeWindow)
|
||||
this.set(modes.COMPOSE, modes.NONE, silent);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user