Fix scrolling
This commit is contained in:
parent
198fa5dbfb
commit
a31eeef87b
|
@ -82,7 +82,7 @@
|
|||
})
|
||||
}
|
||||
|
||||
$: isHighlighted && scrollToElement(domElement)
|
||||
$: highlightedProp && isHighlighted && scrollToElement(domElement)
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue