Allow outside click for focustrap
This commit is contained in:
parent
0f16ef5dd6
commit
28c1346a25
4 changed files with 6 additions and 5 deletions
|
@ -83,7 +83,7 @@ export const StoriesPane = ({
|
|||
}, [searchTerm, stories]);
|
||||
|
||||
return (
|
||||
<FocusTrap>
|
||||
<FocusTrap focusTrapOptions={{ allowOutsideClick: true }}>
|
||||
<div>
|
||||
<div className="Stories__pane__header">
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue