From a6fd4547ea77ba335dffaa94b899673005b94e4e Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Wed, 12 Feb 2025 14:38:47 +0000 Subject: [PATCH] feat: adds previous dix --- .../HostApp/RhinoDocumentStore.cs | 5 ----- 1 file changed, 5 deletions(-) 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;