[SSE] Fix Bug 38348

This commit is contained in:
Julia Radzhabova 2018-07-27 16:27:48 +03:00
parent a100e0a15f
commit cb4d8f76eb

View file

@ -222,7 +222,7 @@ define([
}, },
openPrintSettings: function(type, cmp, format, asUrl) { openPrintSettings: function(type, cmp, format, asUrl) {
if (this.printSettingsDlg) return; if (this.printSettingsDlg && this.printSettingsDlg.isVisible()) return;
if (this.api) { if (this.api) {
this.asUrl = asUrl; this.asUrl = asUrl;
this.downloadFormat = format; this.downloadFormat = format;