Xeovalyte
e1ed3d53db
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
export default function (hash) {
|
|
const element = document.getElementById(hash)
|
|
element.scrollIntoView({ behavior: 'smooth' })
|
|
}
|