mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-18 04:33:22 +00:00
PUSH COMMITS
This commit is contained in:
@@ -39,7 +39,6 @@ const emitter = useEmitter()
|
||||
|
||||
const scrollToBottom = () => {
|
||||
setTimeout(() => {
|
||||
console.log("Scrolling bottom")
|
||||
const thread = threadEl.value
|
||||
if (thread) {
|
||||
thread.scrollTop = thread.scrollHeight
|
||||
|
||||
Reference in New Issue
Block a user