Skip to content

Commit

Permalink
Moves aria-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis481 committed Apr 12, 2022
1 parent 581b8d3 commit 23999f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ exports[`dialog add rootClassName should render correct 1`] = `
tabindex="-1"
>
<div
aria-modal="true"
class="rc-dialog"
role="dialog"
aria-modal="true"
style="width: 600px; height: 903px;"
>
<div
Expand Down Expand Up @@ -61,9 +61,9 @@ exports[`dialog should render correct 1`] = `
tabindex="-1"
>
<div
aria-modal="true"
class="rc-dialog"
role="dialog"
aria-modal="true"
>
<div
aria-hidden="true"
Expand Down

0 comments on commit 23999f2

Please sign in to comment.