We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00e251 commit 057389bCopy full SHA for 057389b
1 file changed
public/js/app.js
@@ -826,6 +826,7 @@ function initSidebarTooltip() {
826
}
827
828
function navigateTo(page) {
829
+ if (state.notifPanelOpen) closeNotifPanel();
830
const parts = page.split('/');
831
let basePage = parts[0] || 'overview';
832
const param = parts[1];
0 commit comments