Juan López Tello

Results 2 comments of Juan López Tello

A workarround using hyperscript: ```html ``` or with js: ```javascript document.body.addEventListener("htmx:oobAfterSwap", function (evt) { const chatWrapper = document.querySelector("#chatMessagesWrapper"); chatWrapper.scrollTop = chatWrapper.scrollHeight; }); ``` htmx:afterProcessNode can also work.

I'm having this issue running Linux