From 0cc6e58d066cb656093544a53246ec1944929dcf Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 20 Aug 2023 14:42:34 -0600 Subject: [PATCH] Sidebar links no longer open in a new tab, closes #2353. --- CHANGELOG.md | 1 + src/lib/output/themes/default/partials/navigation.tsx | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6244a2ae..8c300af2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - Fixed duplicate namespace in documentation if `@namespace` is used on a variable with an associated namespace, #2364. - Fixed `@namespace` property discovery if merged with a type and the type was declared first #2364. - Tables in markdown are now styled, #2366. +- Sidebar links no longer open in a new tab, #2353. - Symbol locations for signatures on `reflection.sources` now considers the node's name like non-signature location discovery does. ### Thanks! diff --git a/src/lib/output/themes/default/partials/navigation.tsx b/src/lib/output/themes/default/partials/navigation.tsx index b93d4db75..561ab2e45 100644 --- a/src/lib/output/themes/default/partials/navigation.tsx +++ b/src/lib/output/themes/default/partials/navigation.tsx @@ -38,9 +38,7 @@ export function sidebarLinks(context: DefaultThemeRenderContext) { return ( );