Skip to content

Commit

Permalink
Merge pull request #783 from AlekseyShpagin/bugfix/filterText
Browse files Browse the repository at this point in the history
Refresh filters after moving to any item from populated list via doub…
  • Loading branch information
skadefro authored Apr 5, 2024
2 parents 9448896 + d64ae1a commit 967565b
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 967565b

Please sign in to comment.