From bd3cf0386a88d5878ee352c4d0c80005eaf2a93a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 29 May 2015 10:33:30 +0100 Subject: Pass the command's registry entry to vomnibar commands. --- content_scripts/vimium_frontend.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 6b27924d..8c6dd374 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -307,7 +307,7 @@ executePageCommand = (request) -> if DomUtils.isTopFrame() # We pass the frameId from request. That's the frame which originated the request, so that's the frame # which should receive the focus when the vomnibar closes. - Utils.invokeCommandString request.command, [ request.frameId ] + Utils.invokeCommandString request.command, [ request.frameId, request.registryEntry ] refreshCompletionKeys request return -- cgit v1.2.3