diff options
| -rw-r--r-- | background_page.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_page.html b/background_page.html index ad15c2be..264cf299 100644 --- a/background_page.html +++ b/background_page.html @@ -552,7 +552,7 @@        // The second key might be a valid command by its self.        if (keyToCommandRegistry[splitKey.second]) -        newKeyQueue = checkKeyQueue(splitKey.second); +        newKeyQueue = checkKeyQueue(splitKey.second, tabId, frameId);        else          newKeyQueue = (validFirstKeys[splitKey.second] ? splitKey.second : "");      } else { | 
