Skip to content

Commit

Permalink
feat(inputs): use outsideClick instead of backdropClick to close over…
Browse files Browse the repository at this point in the history
…lays
  • Loading branch information
jahow committed Oct 20, 2023
1 parent 18cc423 commit 8f5b5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
[cdkConnectedOverlayPositions]="overlayPositions"
[cdkConnectedOverlayScrollStrategy]="scrollStrategy"
[cdkConnectedOverlayFlexibleDimensions]="true"
(backdropClick)="closeOverlay()"
(overlayOutsideClick)="closeOverlay()"
(detach)="closeOverlay()"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[cdkConnectedOverlayOpen]="overlayOpen"
[cdkConnectedOverlayPositions]="overlayPositions"
[cdkConnectedOverlayFlexibleDimensions]="true"
(backdropClick)="closeOverlay()"
(overlayOutsideClick)="closeOverlay()"
(detach)="closeOverlay()"
>
<div
Expand Down

0 comments on commit 8f5b5ba

Please sign in to comment.