From 85167c57146c58f78e80e4596a8a19c8c46e4dce Mon Sep 17 00:00:00 2001 From: OVSharova Date: Wed, 6 Oct 2021 13:22:04 +0300 Subject: [PATCH] Fix Bug 52187 --- apps/spreadsheeteditor/main/app/view/CellSettings.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index 043785507..f9a587fcb 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -68,7 +68,8 @@ define([ initialize: function () { this._initSettings = true; this._noApply = true; - + this._sendUndoPoint = true; + this._state = { DisabledControls: true, DisabledFillPanels: true,