From 0b86070f1310c2a611e95cdcdf81a8fe6e397752 Mon Sep 17 00:00:00 2001 From: Luca Rossi Date: Mon, 2 Mar 2026 11:37:20 +0100 Subject: [PATCH] fix: back/forward nav arrows reopen replaced tabs instead of skipping them (#174) handleReplaceActiveTab removes the old tab from the tabs array, but the old path remained in the navigation history. goBack(isTabOpen) then skipped it because the tab was no longer open, returning null and making the buttons appear broken. Fix: filter by vault entry existence (not tab-open state) and reopen closed tabs via handleSelectNote when navigating back/forward. Co-authored-by: Test Co-authored-by: Claude Opus 4.6 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>