Fix indentation bug with flowchart

This commit is contained in:
Ogi Moore 2021-04-25 20:10:54 -07:00
parent 00a0ddb0d4
commit 38dccf8642

View File

@ -163,7 +163,6 @@ class RegionSelectNode(CtrlNode):
sliced = data[mask]
else:
sliced = None
return {'selected': sliced, 'widget': self.items, 'region': region}