Skip to content

Commit 62d07e5

Browse files
style: prevent auto-focus on PopoverItem
close #3723
1 parent 35d7935 commit 62d07e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/component/elements/ToolbarPopoverItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export function ToolbarPopoverItem<T = object>(
4545
<Toolbar.PopoverItem
4646
disabled={disabled}
4747
{...otherPopoverItemProps}
48+
autoFocus={false}
4849
content={
4950
<Menu>
5051
{options.map((option) => {

0 commit comments

Comments
 (0)