currently when a user is doing stuff on the website (updating data, triggering background processes, using dropdowns), then a LV update can easily disrupt the user with its updates. by disrupt I mean user is scrolling a dropdown that decides to disappear.
i can appreciate one solution is having the dropdown variables in assigns
, but I’m really hoping there’s a global “works everywhere always” solution.
a solution I could imagine is to just disable updates (or rather queue them up) while there’s any element with :active or :focus. i would even implement this myself if I could see a way to pause the updating process.
how have you handled user disrupting LV updates?