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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user