Skip to content

Commit

Permalink
Fix the behavior
Browse files Browse the repository at this point in the history
- It is broken when registrations extracted out..
  • Loading branch information
oguzhankoral committed Jun 9, 2024
1 parent 5f883e6 commit c484a67
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Speckle.Autofac.DependencyInjection;
using Speckle.Connectors.DUI;
using Speckle.Connectors.DUI.Bindings;
using Speckle.Connectors.DUI.Bridge;
using Speckle.Connectors.DUI.Models;
using Speckle.Connectors.Revit.Bindings;
using Speckle.Connectors.Revit.HostApp;
Expand All @@ -26,6 +27,8 @@ public void Load(SpeckleContainerBuilder builder)
builder.AddDUI();
//builder.AddDUIView();

builder.AddSingletonInstance<ISyncToThread, SyncToCurrentThread>();

// POC: different versons for different versions of CEF
builder.AddSingleton(BindingOptions.DefaultBinder);

Expand Down

0 comments on commit c484a67

Please sign in to comment.