fix/ change content finder search box text persistency behaviour

This commit is contained in:
xxSeys1
2025-03-28 22:02:48 +01:00
parent faa3f62813
commit ac60dc8068

View File

@@ -161,7 +161,7 @@ namespace FlaxEditor.Windows.Search
// Setup
_resultPanel.ScrollViewTo(Float2.Zero);
_searchBox.Text = string.Empty;
_searchBox.SelectionRange = new TextRange(0, _searchBox.TextLength);
_searchBox.Focus();
}