This commit is contained in:
Anthony Stirling 2025-11-10 11:41:58 +00:00
parent 99fadd2391
commit bca3b6eeb4

View File

@ -178,9 +178,8 @@ const QuickAccessBar = forwardRef<HTMLDivElement>((_, ref) => {
isRound: true,
size: 'lg',
type: 'action',
onClick: (e) => {
// Prevent default - menu will handle the click
e?.preventDefault?.();
onClick: () => {
// This will be overridden by the wrapper logic
},
},
{