Skip to content

Commit

Permalink
Fix #11728
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynie committed Jul 22, 2023
1 parent 94fdff4 commit e93b459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void RefreshSolverHandler()
}
if (RightInteractor != null)
{
handler.LeftInteractor = RightInteractor;
handler.RightInteractor = RightInteractor;
}
}
}
Expand Down

0 comments on commit e93b459

Please sign in to comment.