Skip to content

Commit

Permalink
feat: add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Sep 15, 2023
1 parent 6c5cd02 commit 766041a
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 @@ -12,6 +12,7 @@ import PopoverWithoutOverlay from '../PopoverWithoutOverlay';
*/
function Popover(props) {
const {isVisible, onClose, isSmallScreenWidth, fullscreen, animationInTiming, onLayout, animationOutTiming, disableAnimation, withoutOverlay, anchorPosition} = props;

// Not adding this inside the PopoverProvider
// because this is an issue on smaller screens as well.
React.useEffect(() => {
Expand Down

0 comments on commit 766041a

Please sign in to comment.