mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:16:57 +08:00
Fixed bug #47368
This commit is contained in:
@ -603,9 +603,9 @@ define([
|
||||
);
|
||||
});
|
||||
} else {
|
||||
_.defer(function () {
|
||||
_.delay(function () {
|
||||
me.api.asc_DownloadAs(new Asc.asc_CDownloadOptions(format));
|
||||
});
|
||||
}, 300);
|
||||
}
|
||||
|
||||
me.hideModal();
|
||||
@ -624,9 +624,9 @@ define([
|
||||
onPrint: function(e) {
|
||||
var me = this;
|
||||
|
||||
_.defer(function () {
|
||||
_.delay(function () {
|
||||
me.api.asc_Print();
|
||||
});
|
||||
}, 300);
|
||||
me.hideModal();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user