This commit is contained in:
Heerko 2021-07-23 08:24:31 +02:00
commit 2b9ec619af
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -49,7 +49,7 @@ export default {
.replace(/\.|%[0-9a-z]{2}/gi, "");
},
goTo(id) {
document.querySelector(`.${this.currentStream} ${id}`).scrollIntoView({
document.querySelector(`${id}`).scrollIntoView({
behavior: "smooth",
});
},