fix: linting issues
This commit is contained in:
parent
2d08be070f
commit
b193d47d42
5 changed files with 74 additions and 125 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue