From 670910d5f4d96fdad90be925d28c50f006aad60e Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 17 Jun 2021 16:11:26 +0300 Subject: [PATCH] [SSE mobile] Bug 50875 --- apps/spreadsheeteditor/mobile/src/controller/FilterOptions.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/spreadsheeteditor/mobile/src/controller/FilterOptions.jsx b/apps/spreadsheeteditor/mobile/src/controller/FilterOptions.jsx index e13be4046..3a8742057 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/FilterOptions.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/FilterOptions.jsx @@ -52,6 +52,8 @@ const FilterOptionsController = () => { const onSort = (type) => { const api = Common.EditorApi.get(); api.asc_sortColFilter(type == 'sortdown' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, configFilter.asc_getCellId(), configFilter.asc_getDisplayName(), undefined, true); + f7.sheet.close('.picker__sheet'); + f7.popover.close('#picker-popover'); }; const onClearFilter = () => {