Skip to content

Commit 824eba6

Browse files
bradstiffBogiKay
authored andcommitted
fix(menu): add pointerEvents to snapshot styles
1 parent d7ce894 commit 824eba6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/__tests__/__snapshots__/Menu.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ exports[`renders menu with content styles 1`] = `
209209
onResponderTerminate={[Function]}
210210
onResponderTerminationRequest={[Function]}
211211
onStartShouldSetResponder={[Function]}
212+
pointerEvents="auto"
212213
style={
213214
{
214215
"bottom": 0,
@@ -933,6 +934,7 @@ exports[`renders visible menu 1`] = `
933934
onResponderTerminate={[Function]}
934935
onResponderTerminationRequest={[Function]}
935936
onStartShouldSetResponder={[Function]}
937+
pointerEvents="auto"
936938
style={
937939
{
938940
"bottom": 0,

0 commit comments

Comments
 (0)