mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Ignore find key shortcut only for mozcentral for now.
This commit is contained in:
parent
1f85b8b4ed
commit
5d848ca31a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue