Skip to content

Commit

Permalink
fix(popover): showBackdrop hides backdrop
Browse files Browse the repository at this point in the history
fixes #15878
  • Loading branch information
manucorporat committed Oct 8, 2018
1 parent 0bec05b commit f00be0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/popover/popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class Popover implements ComponentInterface, OverlayInterface {

render() {
return [
<ion-backdrop tappable={this.backdropDismiss}/>,
<ion-backdrop tappable={this.backdropDismiss} visible={this.showBackdrop}/>,
<div class="popover-wrapper">
<div class="popover-arrow"></div>
<div class="popover-content"></div>
Expand Down

0 comments on commit f00be0d

Please sign in to comment.