PlutoUI.jl icon indicating copy to clipboard operation
PlutoUI.jl copied to clipboard

CounterButton value seems to reset after some period

Open BioTurboNick opened this issue 3 months ago • 0 comments

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.

BioTurboNick avatar Sep 20 '25 01:09 BioTurboNick