From cb1e25a487f8afffa96f5297224d3493b9950144 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:51:46 +0530 Subject: [PATCH] feat: Change the highlight in article page on scrolling (#8330) --- .../portal/components/TableOfContents.vue | 54 +++++++++++-------- .../v1/portals/_featured_articles.html.erb | 4 +- 2 files changed, 34 insertions(+), 24 deletions(-) diff --git a/app/javascript/portal/components/TableOfContents.vue b/app/javascript/portal/components/TableOfContents.vue index 6dbdd35b9..81a82dfbf 100644 --- a/app/javascript/portal/components/TableOfContents.vue +++ b/app/javascript/portal/components/TableOfContents.vue @@ -2,27 +2,21 @@