You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUGFIX: Speed up node tree copy actions 9.0 port of #3984
See #3984
In Neos 9 the `$updateNodeInfo->recursive()` was added to `AbstractStructuralChange` and the `AbstractCopy` was removed.
This change now removes the expensive recursive of `UpdateNodeInfo` as we dont need that for the Ui anymore.
0 commit comments