mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
For bug 73025
This commit is contained in:
@ -955,7 +955,7 @@ define([
|
||||
|
||||
onApiChangePreviewSheet: function (index) {
|
||||
var item = this.printSettings.cmbSheet.store.findWhere({value: index});
|
||||
this.printSettings.updateActiveSheet(item.get('displayValue'));
|
||||
item && this.printSettings.updateActiveSheet(item.get('displayValue'));
|
||||
|
||||
if (this.notUpdateSheetSettings) {
|
||||
this.notUpdateSheetSettings = false;
|
||||
|
||||
Reference in New Issue
Block a user