diff --git a/apps/spreadsheeteditor/main/app/controller/Print.js b/apps/spreadsheeteditor/main/app/controller/Print.js index cff5bac17..acc932199 100644 --- a/apps/spreadsheeteditor/main/app/controller/Print.js +++ b/apps/spreadsheeteditor/main/app/controller/Print.js @@ -222,7 +222,7 @@ define([ }, openPrintSettings: function(type, cmp, format, asUrl) { - if (this.printSettingsDlg) return; + if (this.printSettingsDlg && this.printSettingsDlg.isVisible()) return; if (this.api) { this.asUrl = asUrl; this.downloadFormat = format;