1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 21:57:59 +01:00

Fix command shadow

This commit is contained in:
Kris Maglione
2008-12-04 21:25:50 -05:00
parent 3084f9c575
commit b422d18b37
2 changed files with 12 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ const modes = (function () //{{{
// if a main mode is set, the extended is always cleared
if (typeof mainMode === "number")
{
if (!silent && mainMode != main)
if (mainMode != main)
handleModeChange(main, mainMode);
main = mainMode;