There was an error while loading. Please reload this page.
1 parent 60ffe04 commit 797555eCopy full SHA for 797555e
1 file changed
src/components/Navbar.tsx
@@ -769,6 +769,9 @@ function DesktopNavTrigger({
769
className="ts-mega-trigger-wrap group/nav"
770
data-menu-key={group.key}
771
data-menu-dismissed={dismissed ? 'true' : undefined}
772
+ onAuxClick={(event) => {
773
+ if (event.button === 1) onDismiss()
774
+ }}
775
onPointerLeave={onResetDismissed}
776
onFocusCapture={onResetDismissed}
777
>
0 commit comments