diff --git a/Connectors/Rhino/Speckle.Connectors.RhinoShared/HostApp/RhinoDocumentStore.cs b/Connectors/Rhino/Speckle.Connectors.RhinoShared/HostApp/RhinoDocumentStore.cs index fac439851..9df8fff23 100644 --- a/Connectors/Rhino/Speckle.Connectors.RhinoShared/HostApp/RhinoDocumentStore.cs +++ b/Connectors/Rhino/Speckle.Connectors.RhinoShared/HostApp/RhinoDocumentStore.cs @@ -19,11 +19,6 @@ public class RhinoDocumentStore : DocumentModelStore RhinoDoc.EndOpenDocument += (_, e) => topLevelExceptionHandler.CatchUnhandled(() => { - if (e.Merge) - { - return; - } - if (e.Document == null) { return;