diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 1d69cf3f..8b1e61ce 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -392,7 +392,10 @@ HintCoordinator =        @tabState[tabId].frameIds = @tabState[tabId].frameIds.filter (fId) -> fId != frameId        console.log "postHintDescriptors", tabId, frameId, "[#{@tabState[tabId].frameIds.length}]" if @debug        if @tabState[tabId].frameIds.length == 0 -        @sendMessage "activateMode", tabId, @tabState[tabId] +        @sendMessage "activateMode", tabId, +          originatingFrameId: @tabState[tabId].originatingFrameId +          hintDescriptors: @tabState[tabId].hintDescriptors +          modeIndex: @tabState[tabId].modeIndex  # Port handler mapping  portHandlers = | 
