Fix scrolling

This commit is contained in:
Adria Navarro 2025-02-04 16:25:43 +01:00
parent 198fa5dbfb
commit a31eeef87b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
})
}
$: isHighlighted && scrollToElement(domElement)
$: highlightedProp && isHighlighted && scrollToElement(domElement)
</script>
<div