Revert "fix: remove debug logging"

This reverts commit f2d39ed1f4.
This commit is contained in:
not-nullptr 2025-04-13 12:56:01 +01:00
parent f2d39ed1f4
commit 1d9890fb37
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
const newIndex = items.findIndex((i) =>
i.activeMatch(e.to?.url.pathname || ""),
);
console.log(oldIndex, newIndex);
if (newIndex < oldIndex) {
goingLeft.set(true);
} else {