Skip to content

Commit b9f9488

Browse files
committed
Update snapshot
1 parent 6f62194 commit b9f9488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/__snapshots__/Dialog.test.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ exports[`should render with PopupDialog with Overlay 1`] = `
4747
width={null}
4848
>
4949
<View
50+
pointerEvents="auto"
5051
style={
5152
Array [
5253
Object {
@@ -234,6 +235,7 @@ exports[`should render with PopupDialog without Overlay 1`] = `
234235
width={null}
235236
>
236237
<View
238+
pointerEvents="auto"
237239
style={
238240
Array [
239241
Object {

0 commit comments

Comments
 (0)