From 06b42e69d0189b88966ab3f78d7cc345778ba2f9 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Fri, 3 Dec 2021 16:53:09 +0300 Subject: [PATCH] [DE PE SSE] Fix Bug 53972 --- apps/common/mobile/lib/view/Search.jsx | 2 +- apps/common/mobile/lib/view/collaboration/Comments.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/mobile/lib/view/Search.jsx b/apps/common/mobile/lib/view/Search.jsx index 43d23b84d4..d38dbd2f12 100644 --- a/apps/common/mobile/lib/view/Search.jsx +++ b/apps/common/mobile/lib/view/Search.jsx @@ -262,7 +262,7 @@ class SearchView extends Component {
{this.changeSearchQuery(e.target.value)}} /> + onChange={e => {this.changeSearchQuery(e.target.value)}} autoFocus/> {isIos ? : null} this.changeSearchQuery('')} />
diff --git a/apps/common/mobile/lib/view/collaboration/Comments.jsx b/apps/common/mobile/lib/view/collaboration/Comments.jsx index 416dd10558..7675b860fb 100644 --- a/apps/common/mobile/lib/view/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/view/collaboration/Comments.jsx @@ -60,7 +60,7 @@ const AddCommentPopup = inject("storeComments")(observer(props => {
{userInfo.name}
- {setText(event.target.value);}}> + {setText(event.target.value);}}>