Skip to content

Commit

Permalink
Fixed Gmail hotkey. Related to adam-p/markdown-here#223
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Mar 8, 2015
1 parent 1311c97 commit 0484cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown-here.safariextension/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function onLoad() {
// are valid targets. And/or let the hotkey match if the correct type of
// control has focus.

focusedElem.addEventListener('keydown', hotkeyHandler, false);
focusedElem.addEventListener('keydown', hotkeyHandler, true);
};
}
// else the hotkey is disabled and we'll leave hotkeyIntervalCheck as a no-op
Expand Down

0 comments on commit 0484cca

Please sign in to comment.