Allow compose button to be clickable when right-clicking

This commit is contained in:
Lim Chee Aun 2025-03-10 19:57:07 +08:00
parent 128c8e6fc0
commit ce77872c96

View file

@ -148,7 +148,7 @@ export default function ComposeButton() {
boundingBoxPadding={safeBoundingBoxPadding()}
containerProps={{
style: {
zIndex: 101,
zIndex: 9,
},
onClick: () => {
menuRef.current?.closeMenu?.();