1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Adds console.....oops

This commit is contained in:
Amir Raminfar
2020-06-30 12:14:45 -07:00
parent 86cfaaee6d
commit f692bee5cd

View File

@@ -47,7 +47,6 @@ export default {
const { content } = this.$refs;
const mutationObserver = new MutationObserver((e) => {
if (!this.paused) {
console.log("not paused and scrolling");
this.scrollToBottom("instant");
} else {
this.hasMore = true;