Skip to content

Commit

Permalink
adds update selection (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukankaratas authored Jan 7, 2025
1 parent 724e8fe commit 9fa3ef8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private void Events_SelectionChangeEvent()
lock (_selectionEventHandlerLock)
{
_idleManager.SubscribeToIdle(nameof(TeklaSelectionBinding), UpdateSelection);
UpdateSelection();
}
}

Expand Down

0 comments on commit 9fa3ef8

Please sign in to comment.