Skip to content

Commit

Permalink
Merge pull request #8111 from thesahindia/thesahindia/fix-regression-…
Browse files Browse the repository at this point in the history
…#7851

remove emoji picker menu for medium screen width tablets
  • Loading branch information
mountiny committed Mar 13, 2022
2 parents 34e2d3e + a24afd0 commit 6a3759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ class ReportActionCompose extends React.Component {
</>
)}
</AttachmentModal>
{canUseTouchScreen() && !this.props.isSmallScreenWidth ? null : (
{canUseTouchScreen() && this.props.isMediumScreenWidth ? null : (
<EmojiPickerButton
isDisabled={isBlockedFromConcierge || isArchivedChatRoom}
onModalHide={() => this.focus(true)}
Expand Down

0 comments on commit 6a3759b

Please sign in to comment.