mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Pause translation when appending the xfaLayer to the page
This commit is contained in:
parent
b31e77df17
commit
399f444c84
3 changed files with 13 additions and 6 deletions
|
@ -76,11 +76,11 @@ const NullL10n = {
|
|||
},
|
||||
|
||||
pause() {
|
||||
ConstL10n.instance.pause();
|
||||
return ConstL10n.instance.pause();
|
||||
},
|
||||
|
||||
resume() {
|
||||
ConstL10n.instance.resume();
|
||||
return ConstL10n.instance.resume();
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue