From 2dd106c4354e1c3726afb49efe8df4baff76054f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 8 Dec 2021 19:47:16 +0400 Subject: [PATCH] [DE mobile] Fix Bug 54259 --- apps/documenteditor/mobile/src/view/DropdownList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/mobile/src/view/DropdownList.jsx b/apps/documenteditor/mobile/src/view/DropdownList.jsx index 17ea0cb0b..8752b8f9f 100644 --- a/apps/documenteditor/mobile/src/view/DropdownList.jsx +++ b/apps/documenteditor/mobile/src/view/DropdownList.jsx @@ -10,8 +10,8 @@ const PageDropdownList = props => { {listItems.length && listItems.map((elem, index) => ( - props.onChangeItemList(elem.value)}> - ))} + props.onChangeItemList(elem.value)}> + ))}