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
fix: Apply end_context when end/exit is a sequence step
In scenario mode, end and exit were blocked from applying their context
effect because inScenario was still true after the sequence step advanced.
Now explicitly apply handleExitEnd when the sequence step was end or exit.
0 commit comments