aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 03c2277a..5980e844 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -478,6 +478,8 @@ checkKeyQueue = (keysToCheck, tabId, frameId) ->
else
if registryEntry.passCountToFunction
BackgroundCommands[registryEntry.command](count)
+ else if registryEntry.noRepeat
+ BackgroundCommands[registryEntry.command]()
else
repeatFunction(BackgroundCommands[registryEntry.command], count, 0, frameId)