diff --git a/OpenRPA/MainWindow.xaml.cs b/OpenRPA/MainWindow.xaml.cs index f755f52a..161fe5e2 100644 --- a/OpenRPA/MainWindow.xaml.cs +++ b/OpenRPA/MainWindow.xaml.cs @@ -3695,6 +3695,7 @@ private void SearchBox_SelectionChanged(object sender, SelectionChangedEventArgs { item.designer.NavigateTo(item.originalitem); } + RobotInstance.instance.FilterText = SearchBox.Text; } catch (Exception ex) {