This commit is contained in:
Björn Fromme
2025-02-28 10:06:09 +01:00
parent 62f5fa4406
commit 9a097f7576
+2 -1
View File
@@ -7,5 +7,6 @@ export default class extends Controller {
toggle() {
this.indicatorTarget.classList.remove(this.hiddenClass)
this.element.scrollIntoView({ block: 'start', behavior: 'smooth'})
}
}
}