1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Ignore find key shortcut only for mozcentral for now.

This commit is contained in:
Brendan Dahl 2012-10-04 13:44:17 -07:00
parent 1f85b8b4ed
commit 5d848ca31a

View file

@ -2799,7 +2799,7 @@ window.addEventListener('keydown', function keydown(evt) {
// control is selected or not.
if (cmd == 1 || cmd == 8) { // either CTRL or META key.
switch (evt.keyCode) {
//#if !(FIREFOX || MOZCENTRAL)
//#if !MOZCENTRAL
case 70:
PDFFindBar.toggle();
handled = true;