Skip to content
Snippets Groups Projects
Commit 2c754d25 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

wokring

parent 339041e7
No related branches found
No related tags found
No related merge requests found
Pipeline #531601 failed
......@@ -26,10 +26,6 @@ export const useTabNavigation = () => {
// scrolls to a specific collapsible element
if (collapseId) {
const collapsible = document.getElementById(collapseId);
if (collapsible && collapsible.classList.contains('collapsed')) {
collapsible.classList.remove('collapsed'); // Open the collapsible
}
handleScroll(collapseId); // This triggers the scroll action
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment