fixed keyboard not closing glitch when preview is active

This commit is contained in:
Sadaqat Ali 2022-08-07 20:05:08 +05:00
parent b58d1738cf
commit f5d5bcaba2

View File

@ -448,6 +448,7 @@ const MarkdownEditorView = ({
draftChips={fields.tags.length > 0 ? fields.tags : null}
componentID="tag-area"
intl={intl}
isPreviewActive={isPreviewActive}
/>
)}
{isReply && (