PlutoUI.jl
PlutoUI.jl copied to clipboard
CounterButton value seems to reset after some period
I have a CounterButton intended to toggle state reactively. Another cell changes behavior based on whether the counter is odd.
However, I have noticed that if it has been a long time since the button was last clicked, the next button press will set the value to 1 regardless of what the previous value was.