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

Merge pull request #18280 from calixteman/issue18279

Pause l10n (i.e. disconnect the mutation observer in fluent) when closing the viewer
This commit is contained in:
Tim van der Meij 2024-06-18 21:47:06 +02:00 committed by GitHub
commit 4b5d5a557c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2111,6 +2111,7 @@ const PDFViewerApplication = {
) {
this._globalAbortController?.abort();
this._globalAbortController = null;
this.l10n?.pause();
}
},