From 83bf773cf6552a27ef97088307a2f6b563125208 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 4 May 2022 18:20:31 +0400 Subject: [PATCH] [SSE mobile] Fix Bug 56968 --- apps/spreadsheeteditor/mobile/src/controller/CellEditor.jsx | 1 + apps/spreadsheeteditor/mobile/src/view/CellEditor.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/src/controller/CellEditor.jsx b/apps/spreadsheeteditor/mobile/src/controller/CellEditor.jsx index 0b4dfc2ff..4d3e89c39 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/CellEditor.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/CellEditor.jsx @@ -100,6 +100,7 @@ const CellEditor = inject("storeFunctions")(observer(props => { f7.popover.open('#idx-functions-list', '#idx-list-target'); } else { f7.popover.close('#idx-functions-list'); + setFuncArr(''); } } diff --git a/apps/spreadsheeteditor/mobile/src/view/CellEditor.jsx b/apps/spreadsheeteditor/mobile/src/view/CellEditor.jsx index 3b7b4de63..3935e276d 100644 --- a/apps/spreadsheeteditor/mobile/src/view/CellEditor.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/CellEditor.jsx @@ -114,7 +114,7 @@ const CellEditorView = props => {
-