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
In the dev branch right now the Cloning method for ProjectionPart is copying all the properties. The Layout however should be a deep clone and not just a reference.
We need to check all Cloning method to ensure we don't have this issue elsewhere, and also fix it.
The text was updated successfully, but these errors were encountered:
In the dev branch right now the Cloning method for ProjectionPart is copying all the properties. The Layout however should be a deep clone and not just a reference.
We need to check all Cloning method to ensure we don't have this issue elsewhere, and also fix it.
The text was updated successfully, but these errors were encountered: