You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a game and I allow one of my cards to be "live" (:live? true in my data) which means that the clock ticks every few mileseconds. This causes a problem in history mode, because navigating to the previous state would turn :live? on what mutates the state right after I navigate one step on the past. I would like to set this flag to false either when I am in history mode or when it is saving the snapshots.
The text was updated successfully, but these errors were encountered:
I am developing a game and I allow one of my cards to be "live" (
:live? true
in my data) which means that the clock ticks every few mileseconds. This causes a problem in history mode, because navigating to the previous state would turn:live?
on what mutates the state right after I navigate one step on the past. I would like to set this flag tofalse
either when I am in history mode or when it is saving the snapshots.The text was updated successfully, but these errors were encountered: