Bug 1658031, update print preview only for settings with flags to avoid a progress dialog r=mstriemer

Differential Revision: https://phabricator.services.mozilla.com/D86769
This commit is contained in:
Emma Malysz 2020-08-12 01:04:31 +00:00
Родитель 49449c77d2
Коммит 53ad1acbfc
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -117,10 +117,9 @@ var PrintEventHandler = {
if (flags) {
PSSVC.savePrintSettingsToPrefs(this.settings, true, flags);
this.updatePrintPreview();
}
this.updatePrintPreview();
document.dispatchEvent(
new CustomEvent("print-settings", {
detail: this.viewSettings,