Skip to content

Commit

Permalink
fix: (CXSPA-8012) - Zoom dialog close on escape (#19135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pio-Bar authored Sep 2, 2024
1 parent e465b0e commit bc9dfc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div
class="cx-image-zoom-dialog"
role="dialog"
(esc)="close('Escape clicked')"
[cxFocus]="focusConfig"
[attr.aria-label]="'productImageZoomDialog.zoomedInImage' | cxTranslate"
>
Expand Down

0 comments on commit bc9dfc6

Please sign in to comment.