Merge branch 'ContentFinderSearchboxFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentFinderSearchboxFix

This commit is contained in:
Wojtek Figat
2025-03-31 15:15:56 +02:00

View File

@@ -161,7 +161,8 @@ namespace FlaxEditor.Windows.Search
// Setup
_resultPanel.ScrollViewTo(Float2.Zero);
_searchBox.Text = string.Empty;
// Select the text in the search bar so that the user can just start typing
_searchBox.SelectAll();
_searchBox.Focus();
}