Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 057389b

Browse files
committed
fix: close notification panel on nav to another page
1 parent c00e251 commit 057389b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ function initSidebarTooltip() {
826826
}
827827

828828
function navigateTo(page) {
829+
if (state.notifPanelOpen) closeNotifPanel();
829830
const parts = page.split('/');
830831
let basePage = parts[0] || 'overview';
831832
const param = parts[1];

0 commit comments

Comments
 (0)