Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Graph: account for specialized GroupAttribute in
nodeCopy
GroupAttribute subclasses can override their `value` property to return the value of a child attribute. The `nodeCopy` method needs to evaluate the group's actual value. Therefore, make sure to access the GroupAttribute's internal value and not an overriden one.
- Loading branch information