wip
This commit is contained in:
@@ -7,5 +7,6 @@ export default class extends Controller {
|
|||||||
|
|
||||||
toggle() {
|
toggle() {
|
||||||
this.indicatorTarget.classList.remove(this.hiddenClass)
|
this.indicatorTarget.classList.remove(this.hiddenClass)
|
||||||
|
this.element.scrollIntoView({ block: 'start', behavior: 'smooth'})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user