From e1a96130ebab1e481e880f0f3876f421976f08d5 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 11 Jun 2021 08:59:51 -0400 Subject: [PATCH] fix(popover): shadow parts now correctly added (#23446) --- core/src/components/popover/popover.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/components/popover/popover.tsx b/core/src/components/popover/popover.tsx index 97499695cc..f69a75652e 100644 --- a/core/src/components/popover/popover.tsx +++ b/core/src/components/popover/popover.tsx @@ -571,14 +571,14 @@ export class Popover implements ComponentInterface, OverlayInterface { onIonDismiss={this.onDismiss} onIonBackdropTap={this.onBackdropTap} > - {!parentPopover && } + {!parentPopover && }
this.dismiss() : undefined} > - {enableArrow &&
} -
+ {enableArrow &&
} +