fix: linting issues

This commit is contained in:
Timo De Meyst 2025-05-15 18:51:50 +02:00
parent 2d08be070f
commit b193d47d42
5 changed files with 74 additions and 125 deletions

View file

@ -23,7 +23,7 @@
// Scroll to the answers container if expanded
if (expanded.value && answersContainer.value) {
setTimeout(function () {
setTimeout(() => {
if (answersContainer.value) {
answersContainer.value.scrollIntoView({
behavior: "smooth",