From f00be0db07798de2a471ad47aae156c5875ca014 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 8 Oct 2018 11:48:10 -0500 Subject: [PATCH] fix(popover): showBackdrop hides backdrop fixes #15878 --- core/src/components/popover/popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/popover/popover.tsx b/core/src/components/popover/popover.tsx index e944c0ec0e..000a105916 100644 --- a/core/src/components/popover/popover.tsx +++ b/core/src/components/popover/popover.tsx @@ -229,7 +229,7 @@ export class Popover implements ComponentInterface, OverlayInterface { render() { return [ - , + ,