Merge branch 'master' of https://github.com/hackersanddesigners/chatty-pub
This commit is contained in:
commit
2b9ec619af
2 changed files with 2 additions and 1 deletions
1
front/src/assets/emoji_codes.json
Normal file
1
front/src/assets/emoji_codes.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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