h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

fix: Clear dirty UI state across clients on broadcast/multicast user interaction for consistency. #1705 #2123

Closed mturoci closed 10 months ago

mturoci commented 10 months ago

The root cause of the problem described in the corresponding issue was:

This PR sends a clear event to all the connected clients whenever user interaction happens on any of them.

Closes #1705