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
In my problems, I often want to play out an incorrect sequence to the end, to make it more obvious why it is a failure. glift's static problem controller displays a red X as soon as there is no path to a successful node. I would like to make it not display the failure state until a leaf node is reached. This is easy enough to do in code (I already have it in my local version) but perhaps could be an option.