Skip to content
Snippets Groups Projects
Commit 51a16428 authored by David Smadja's avatar David Smadja
Browse files

close summary when clicking link

parent 94375e5e
No related branches found
No related tags found
1 merge request!1Temp
......@@ -73,6 +73,7 @@
if (container !== undefined) {
const target = container.shadowRoot?.getElementById(item.id)
target?.scrollIntoView({ behavior: "smooth" })
summaryIsOpen = false
}
}}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment