diff --git a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js index c3115892b..4221ed5b6 100644 --- a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js @@ -1386,6 +1386,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat } this._changedProps = new Asc.CTableProp(); + this._changedProps.put_CellSelect(!this._allTable); this._cellBackground = null; this.ChangedTableBorders = undefined; this.ChangedCellBorders = undefined;