Skip to content

Commit

Permalink
Merge pull request #18280 from calixteman/issue18279
Browse files Browse the repository at this point in the history
Pause l10n (i.e. disconnect the mutation observer in fluent) when closing the viewer
  • Loading branch information
timvandermeij committed Jun 18, 2024
2 parents 0d8828f + 34389d4 commit 4b5d5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2111,6 +2111,7 @@ const PDFViewerApplication = {
) {
this._globalAbortController?.abort();
this._globalAbortController = null;
this.l10n?.pause();
}
},

Expand Down

0 comments on commit 4b5d5a5

Please sign in to comment.