Skip to content

Commit

Permalink
fix: m-web context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Jun 17, 2021
1 parent a393b3a commit 215521a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const Popover = (props) => {
popoverAnchorPosition={props.isSmallScreenWidth ? undefined : props.anchorPosition}
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
fullscreen={props.isSmallScreenWidth ? true : props.fullscreen}
animationIn={props.isSmallScreenWidth ? undefined : props.animationIn}
animationOut={props.isSmallScreenWidth ? undefined : props.animationOut}
/>
Expand Down

0 comments on commit 215521a

Please sign in to comment.