Skip to content

Commit

Permalink
fix: emoji picker not open first time
Browse files Browse the repository at this point in the history
  • Loading branch information
sangar-1028 committed Nov 10, 2023
1 parent 5e9f3df commit a75ce3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/PopoverWithMeasuredContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ function PopoverWithMeasuredContent(props) {

switch (props.anchorAlignment.vertical) {
case CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM:
if (!anchorLocationVertical) {
break;
}
verticalConstraint = {top: anchorLocationVertical - popoverHeight};
break;
case CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.CENTER:
Expand Down

0 comments on commit a75ce3e

Please sign in to comment.