File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ export const AccordionButton: FunctionComponent<{
152152 title = "Expand Section"
153153 disabled = { disabled }
154154 { ...props }
155+ onMouseDown = { ( e ) => e . preventDefault ( ) }
155156 sx = { {
156157 appearance : 'none' ,
157158 display : 'flex' ,
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ exports[`AccordionNav renders open 1`] = `
242242 disabled = { false }
243243 href = " /bop"
244244 onClick = { [Function ]}
245+ onMouseDown = { [Function ]}
245246 pathname = " "
246247 title = " Expand Section"
247248 >
@@ -404,6 +405,7 @@ exports[`AccordionNav renders with nested links 1`] = `
404405 disabled = { false }
405406 href = " /bop"
406407 onClick = { [Function ]}
408+ onMouseDown = { [Function ]}
407409 pathname = " "
408410 title = " Expand Section"
409411 >
You can’t perform that action at this time.
0 commit comments