Skip to content

Commit

Permalink
fix: make sure actiontooblar dont steal focus
Browse files Browse the repository at this point in the history
  • Loading branch information
haxxmaxx committed Apr 19, 2021
1 parent cefed02 commit 4e21769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/nucleus/src/components/ActionsToolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ const ActionsToolbar = ({
return popover.show ? (
<Popover
disableEnforceFocus
disableAutoFocus
disableRestoreFocus
open={popover.show}
anchorEl={popover.anchorEl}
anchorOrigin={popoverAnchorOrigin}
Expand Down

0 comments on commit 4e21769

Please sign in to comment.