mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-01-14 20:11:17 +01:00
fix
This commit is contained in:
parent
99fadd2391
commit
bca3b6eeb4
@ -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
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user