Added the functionality to add RelayNode directly to edge between two Prot;
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Misaki.GraphView.Editor
|
||||
exposedProperty.propertyName = newValue;
|
||||
_owner.Query<PropertyInputNodeView>().ForEach(n =>
|
||||
{
|
||||
if (n.Data.Property.Equals(exposedProperty))
|
||||
if (n.DataNode.Property.Equals(exposedProperty))
|
||||
{
|
||||
n.title = newValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user