Skip to content

Commit

Permalink
updated when (#8986)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo-msft authored Aug 16, 2024
1 parent 728044c commit 2a588b9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ public override AdaptiveCardsTemplateResult VisitObj([NotNull] AdaptiveCardsTemp
else
{
whenEvaluationResult = returnedResult.WhenEvaluationResult;
if(whenEvaluationResult == AdaptiveCardsTemplateResult.EvaluationResult.EvaluatedToFalse)
{
break;
}
}
}
else
Expand Down

0 comments on commit 2a588b9

Please sign in to comment.