Skip to content

Commit 0b35973

Browse files
committed
fix: remove leftover pteroTimeout reference in navigateTo
1 parent 05b8c4e commit 0b35973

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ function initSidebarTooltip() {
612612
}
613613

614614
function navigateTo(page) {
615-
if (pteroTimeout) clearTimeout(pteroTimeout);
616615
document.querySelectorAll('.page').forEach(p => p.classList.remove('active'));
617616
document.querySelectorAll('.nav-item').forEach(n => n.classList.remove('active'));
618617

0 commit comments

Comments
 (0)