Skip to content

Commit

Permalink
Enable on outside click close for some popups
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Nov 1, 2022
1 parent f3667fc commit 73a6367
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class CheckoutTermsAndConditionsPopupComponent extends PureComponent<Chec
return (
<Popup
id={ TERMS_AND_CONDITIONS_POPUP_ID }
isCloseOnOutsideClick={ false }
mix={ { block: 'CheckoutTermsAndConditionsPopup' } }
>
{ this.renderContent() }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class MyAccountAddressPopupComponent extends PureComponent<MyAccountAddre
return (
<Popup
id={ MyAccountAddressPopupAction.ADDRESS_POPUP_ID }
isCloseOnOutsideClick={ false }
mix={ { block: 'MyAccountAddressPopup' } }
>
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class ShareWishlistPopupComponent extends PureComponent<ShareWishlistPopu
return (
<Popup
id={ SHARE_WISHLIST_POPUP_ID }
isCloseOnOutsideClick={ false }
mix={ { block: 'ShareWishlistPopup' } }
>
{ this.renderContent() }
Expand Down

0 comments on commit 73a6367

Please sign in to comment.