mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +01:00
Dont allow <holding-tab> to lag
This commit is contained in:
@@ -74,9 +74,6 @@ const modes = (function () //{{{
|
||||
// for its cleanup here
|
||||
function handleModeChange(oldMode, newMode)
|
||||
{
|
||||
// TODO: fix v.log() to work with verbosity level
|
||||
//liberator.log("switching from mode " + oldMode + " to mode " + newMode, 7);
|
||||
//liberator.dump("switching from mode " + oldMode + " to mode " + newMode + "\n");
|
||||
|
||||
switch (oldMode)
|
||||
{
|
||||
@@ -220,7 +217,6 @@ 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