Skip to content

Commit

Permalink
fix: toolbar popover item should have backdrop to avoid interactions …
Browse files Browse the repository at this point in the history
…outside of it when it is open (#756)

Closes: #725
  • Loading branch information
stropitek authored Aug 14, 2024
1 parent 08ec5c4 commit c2f3ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/toolbar/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ Toolbar.PopoverItem = function ToolbarPopoverItem(
disabled={disabled}
placement={vertical ? 'right-start' : 'bottom-start'}
interactionKind={popoverInteractionKind}
hasBackdrop
hoverCloseDelay={0}
css={css`
.${Classes.ICON} {
Expand Down

0 comments on commit c2f3ff3

Please sign in to comment.