Remove console.log.
This commit is contained in:
parent
73726af7a3
commit
9d19a98f9b
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ export default {
|
|||
container.scrollTo({ top: 0, left: 0, behavior: "smooth" });
|
||||
},
|
||||
scrollToPageBottom() {
|
||||
console.log("scroll to bottom");
|
||||
const container = document.getElementsByClassName("page-container-grouped-styles")[0];
|
||||
container.scrollTo({ top: container.scrollHeight, left: 0, behavior: "smooth" });
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue