remotes/1693045480750635534/spooky-22
Aevann1 2022-03-23 21:41:24 +02:00
parent 73a3ecd2a8
commit ba81d08b48
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@
</style>
<script>
document.getElementById('chat-window').scrollTo(0, box.scrollHeight)
let box = document.getElementById('chat-window')
box.scrollTo(0, box.scrollHeight)
</script>
{% include "emoji_modal.html" %}