mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 05:13:32 +01:00
Fix #255.
This commit is contained in:
@@ -952,7 +952,7 @@ function Hints() //{{{
|
|||||||
}
|
}
|
||||||
else if (validHints.length == 1)
|
else if (validHints.length == 1)
|
||||||
{
|
{
|
||||||
processHints(true);
|
processHints(false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else // still hints visible
|
else // still hints visible
|
||||||
|
|||||||
Reference in New Issue
Block a user