Skip to content

Commit

Permalink
Refresh filters after moving to any item from populated list via doub…
Browse files Browse the repository at this point in the history
…le click
  • Loading branch information
Skiss authored and Skiss committed Apr 1, 2024
1 parent 9448896 commit d64ae1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenRPA/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3695,6 +3695,7 @@ private void SearchBox_SelectionChanged(object sender, SelectionChangedEventArgs
{
item.designer.NavigateTo(item.originalitem);
}
RobotInstance.instance.FilterText = SearchBox.Text;
}
catch (Exception ex)
{
Expand Down

0 comments on commit d64ae1a

Please sign in to comment.