Pause l10n (i.e. disconnect the mutation observer in fluent) when closing the viewer
This commit is contained in:
parent
45762c2f0e
commit
34389d4e47
@ -2110,6 +2110,7 @@ const PDFViewerApplication = {
|
||||
) {
|
||||
this._globalAbortController?.abort();
|
||||
this._globalAbortController = null;
|
||||
this.l10n?.pause();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user