We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b2df7 commit 8a5a9ecCopy full SHA for 8a5a9ec
1 file changed
Runtime/Nodes/Display/DisplayUpdateEventUnit.cs
@@ -55,7 +55,7 @@ protected override void Definition()
55
56
protected override bool ShouldTrigger(Flow flow, DisplayUpdateEventArgs args)
57
{
58
- return Display != null && Display.Id == args.DisplayFrameData.Id;
+ return Display != null && Display.Id.Equals(args.DisplayFrameData.Id);
59
}
60
61
protected override void AssignArguments(Flow flow, DisplayUpdateEventArgs args)
0 commit comments