Skip to content

Commit

Permalink
Fix(Revit): disable preview receive (#2772)
Browse files Browse the repository at this point in the history
disable preview receive

Co-authored-by: Connor Ivy <[email protected]>
  • Loading branch information
connorivy and Connor Ivy authored Jul 14, 2023
1 parent 3ef07cb commit d165793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Speckle.ConnectorRevit.UI
{
public partial class ConnectorBindingsRevit
{
public override bool CanPreviewReceive => true;
public override bool CanPreviewReceive => false;
private string SelectedReceiveCommit { get; set; }
List<IDirectContext3DServer> m_servers = new List<IDirectContext3DServer>();

Expand Down

0 comments on commit d165793

Please sign in to comment.