When you place down a Logical Operator node onto the graph, and try to use it to check if two inputs are equal, it doesn't work. It just never fires the triggers. If you change the operator type to Not Equals, then change back to Equals, it works. It seems to be an error when the node is initialized, it probably needs a default value set.
Steps to reproduce
Place down a logical operator node
hook up two string variables to the inputs with the same value
hook up the "true" trigger to the output trigger, and have one of the string variables feed into the output
Try the playtest and see no output
Change the operator type back and forth (maybe have to save and reload to get the change to stick)
try the playtest again and see the correct behavior and output
Magick version
Main
System information
Ubuntu 22.04.1, firefox
Issue description
When you place down a Logical Operator node onto the graph, and try to use it to check if two inputs are equal, it doesn't work. It just never fires the triggers. If you change the operator type to Not Equals, then change back to Equals, it works. It seems to be an error when the node is initialized, it probably needs a default value set.
Steps to reproduce
Minimal reproduction project
No response