File tree Expand file tree Collapse file tree 4 files changed +4
-22
lines changed Expand file tree Collapse file tree 4 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 41
41
"@babel/runtime" : " ^7.11.2" ,
42
42
"@rc-component/portal" : " ^1.0.2" ,
43
43
"classnames" : " ^2.2.6" ,
44
- "rc-dialog" : " ~9.5.2 " ,
44
+ "rc-dialog" : " ~9.6.0 " ,
45
45
"rc-motion" : " ^2.6.2" ,
46
46
"rc-util" : " ^5.34.1"
47
47
},
Original file line number Diff line number Diff line change @@ -7,14 +7,9 @@ exports[`Controlled With previewVisible 1`] = `
7
7
role = " dialog"
8
8
style = " display: none;"
9
9
>
10
- <div
11
- aria-hidden = " true"
12
- style = " width: 0px; height: 0px; overflow: hidden; outline: none;"
13
- tabindex = " 0"
14
- />
15
10
<div
16
11
style = " outline: none;"
17
- tabindex = " -1 "
12
+ tabindex = " 0 "
18
13
>
19
14
<div
20
15
class = " rc-image-preview-content"
@@ -35,7 +30,6 @@ exports[`Controlled With previewVisible 1`] = `
35
30
</div >
36
31
</div >
37
32
<div
38
- aria-hidden = " true"
39
33
style = " width: 0px; height: 0px; overflow: hidden; outline: none;"
40
34
tabindex = " 0"
41
35
/>
Original file line number Diff line number Diff line change @@ -39,14 +39,9 @@ exports[`Preview add rootClassName should be correct when open preview 1`] = `
39
39
class = " rc-image-preview zoom-appear zoom-appear-prepare zoom"
40
40
role = " dialog"
41
41
>
42
- <div
43
- aria-hidden = " true"
44
- style = " width: 0px; height: 0px; overflow: hidden; outline: none;"
45
- tabindex = " 0"
46
- />
47
42
<div
48
43
style = " outline: none;"
49
- tabindex = " -1 "
44
+ tabindex = " 0 "
50
45
>
51
46
<div
52
47
class = " rc-image-preview-content"
@@ -67,7 +62,6 @@ exports[`Preview add rootClassName should be correct when open preview 1`] = `
67
62
</div >
68
63
</div >
69
64
<div
70
- aria-hidden = " true"
71
65
style = " width: 0px; height: 0px; overflow: hidden; outline: none;"
72
66
tabindex = " 0"
73
67
/>
Original file line number Diff line number Diff line change @@ -7,14 +7,9 @@ exports[`PreviewGroup With Controlled 1`] = `
7
7
role = " dialog"
8
8
style = " display: none;"
9
9
>
10
- <div
11
- aria-hidden = " true"
12
- style = " width: 0px; height: 0px; overflow: hidden; outline: none;"
13
- tabindex = " 0"
14
- />
15
10
<div
16
11
style = " outline: none;"
17
- tabindex = " -1 "
12
+ tabindex = " 0 "
18
13
>
19
14
<div
20
15
class = " rc-image-preview-content"
@@ -35,7 +30,6 @@ exports[`PreviewGroup With Controlled 1`] = `
35
30
</div >
36
31
</div >
37
32
<div
38
- aria-hidden = " true"
39
33
style = " width: 0px; height: 0px; overflow: hidden; outline: none;"
40
34
tabindex = " 0"
41
35
/>
You can’t perform that action at this time.
0 commit comments