From 1603e3cf9b13890c02ab05d14e70c84bdf26bb05 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 4 Aug 2021 22:32:07 +0300 Subject: [PATCH] [SSE] Set hidden formulas --- apps/spreadsheeteditor/main/app/controller/WBProtection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/app/controller/WBProtection.js b/apps/spreadsheeteditor/main/app/controller/WBProtection.js index f11880bc8..6ab13e791 100644 --- a/apps/spreadsheeteditor/main/app/controller/WBProtection.js +++ b/apps/spreadsheeteditor/main/app/controller/WBProtection.js @@ -264,6 +264,7 @@ define([ this.api.asc_setGraphicObjectProps(props); break; case 3: // formula + this.api.asc_setCellHiddenFormulas(value=='checked'); break; } Common.NotificationCenter.trigger('edit:complete', this);