Allow compose button to be clickable when right-clicking
This commit is contained in:
parent
128c8e6fc0
commit
ce77872c96
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export default function ComposeButton() {
|
|||
boundingBoxPadding={safeBoundingBoxPadding()}
|
||||
containerProps={{
|
||||
style: {
|
||||
zIndex: 101,
|
||||
zIndex: 9,
|
||||
},
|
||||
onClick: () => {
|
||||
menuRef.current?.closeMenu?.();
|
||||
|
|
Loading…
Add table
Reference in a new issue