fixedd query selector
This commit is contained in:
parent
0a2e17521b
commit
495d1b36e4
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export default {
|
||||||
.replace(/\.|%[0-9a-z]{2}/gi, "");
|
.replace(/\.|%[0-9a-z]{2}/gi, "");
|
||||||
},
|
},
|
||||||
goTo(id) {
|
goTo(id) {
|
||||||
document.querySelector(`.${this.currentStream} ${id}`).scrollIntoView({
|
document.querySelector(`${id}`).scrollIntoView({
|
||||||
behavior: "smooth",
|
behavior: "smooth",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue