better resume
Some checks failed
CI/CD Pipeline / build (push) Failing after 4s

This commit is contained in:
2026-03-20 12:16:02 -06:00
parent 6138d71d29
commit 85eb8bcefa
4 changed files with 42 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ Hooks.ScrollBottom = {
});
this.observer.observe(this.el, { childList: true, subtree: true });
this.handleEvent("scroll_to_bottom", () => {
this.scrollToBottom();
requestAnimationFrame(() => this.scrollToBottom());
});
},
updated() {