feat: adds previous dix

This commit is contained in:
Dimitrie Stefanescu
2025-02-12 14:38:47 +00:00
parent 0d27eadfeb
commit a6fd4547ea
@@ -19,11 +19,6 @@ public class RhinoDocumentStore : DocumentModelStore
RhinoDoc.EndOpenDocument += (_, e) =>
topLevelExceptionHandler.CatchUnhandled(() =>
{
if (e.Merge)
{
return;
}
if (e.Document == null)
{
return;