From 598b6083ab1aa13f8ad2fbf853bb552b35064d6f Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Wed, 2 Apr 2025 17:04:54 +0200 Subject: [PATCH] chore: remove old scroll patch for firefox it's no longer necessary and breaks permalinks from search in firefox fixes #1848 --- docs/.vuepress/theme/components/Page.vue | 5 +---- .../theme/components/ScrollPatch.vue | 21 ------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 docs/.vuepress/theme/components/ScrollPatch.vue diff --git a/docs/.vuepress/theme/components/Page.vue b/docs/.vuepress/theme/components/Page.vue index e516186df..81e6cdf23 100644 --- a/docs/.vuepress/theme/components/Page.vue +++ b/docs/.vuepress/theme/components/Page.vue @@ -16,7 +16,6 @@ - @@ -29,7 +28,6 @@ import PageNav from '@parent-theme/components/PageNav.vue' import Feedback from './Feedback.vue' import LegacyCallout from './LegacyCallout.vue' import Analytics from './Analytics.vue' -import ScrollPatch from './ScrollPatch.vue' export default { name: 'Page', @@ -38,8 +36,7 @@ export default { PageNav, Feedback, LegacyCallout, - Analytics, - ScrollPatch + Analytics }, props: ['sidebarItems'], computed: { diff --git a/docs/.vuepress/theme/components/ScrollPatch.vue b/docs/.vuepress/theme/components/ScrollPatch.vue deleted file mode 100644 index 257e3a7cc..000000000 --- a/docs/.vuepress/theme/components/ScrollPatch.vue +++ /dev/null @@ -1,21 +0,0 @@ - -