From f5d5bcaba2cc6c83e8e83d1755ca3635e7179527 Mon Sep 17 00:00:00 2001 From: Sadaqat Ali Date: Sun, 7 Aug 2022 20:05:08 +0500 Subject: [PATCH] fixed keyboard not closing glitch when preview is active --- src/components/markdownEditor/view/markdownEditorView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/markdownEditor/view/markdownEditorView.tsx b/src/components/markdownEditor/view/markdownEditorView.tsx index 09a312a93..a1cf8bed0 100644 --- a/src/components/markdownEditor/view/markdownEditorView.tsx +++ b/src/components/markdownEditor/view/markdownEditorView.tsx @@ -448,6 +448,7 @@ const MarkdownEditorView = ({ draftChips={fields.tags.length > 0 ? fields.tags : null} componentID="tag-area" intl={intl} + isPreviewActive={isPreviewActive} /> )} {isReply && (