menue
All checks were successful
Deploy / deploy-staging (push) Successful in 26s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-20 00:42:23 +02:00
parent e1c3f3fd8b
commit 2b96be77fd

View File

@@ -1296,6 +1296,10 @@ if (payloadNode) {
closeDesktopContextMenu();
}
if (!(event.target instanceof Element) || !event.target.closest('#start-menu, #start-button')) {
setStartMenuOpen(false);
}
if (!(event.target instanceof Element) || !event.target.closest('.tray-pill[data-tray-id="account"], #tray-account-menu')) {
setAccountMenuOpen(false);
}