Felipe Braga

Results 4 comments of Felipe Braga

It also wasn't working for me. I sent an event with `window.ga()` and all of a sudden there were 6 events in my Google Analytics. I don't know if it's...

Update: My events logged all at once when I checked my analytics page after a day or two. The solution of events not showing might be just to wait a...

It took me 30 minutes to build it and the 7.5GB size, but it works. Thanks for sharing :)

> I have a simple workaround as follows: > > ``` > > document.addEventListener("htmx:wsAfterMessage", e => { > const messagesDiv = document.getElementById("messages"); > > messagesDiv.scrollTop = messagesDiv.scrollHeight; > }) >...