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:
commit
4b5d5a557c
@ -2111,6 +2111,7 @@ const PDFViewerApplication = {
|
|||||||
) {
|
) {
|
||||||
this._globalAbortController?.abort();
|
this._globalAbortController?.abort();
|
||||||
this._globalAbortController = null;
|
this._globalAbortController = null;
|
||||||
|
this.l10n?.pause();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user