From 7ba01a413fc198f68334cf6c5d1449d957973507 Mon Sep 17 00:00:00 2001 From: Saas Date: Fri, 3 Oct 2025 18:50:41 +0200 Subject: [PATCH] Revert "fix reloading scripts expands all folders" This reverts commit 2516820e4a32c6f6d06637134ad7b935145879f6. --- Source/Editor/Windows/ContentWindow.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Editor/Windows/ContentWindow.cs b/Source/Editor/Windows/ContentWindow.cs index 390658add..d0cf84251 100644 --- a/Source/Editor/Windows/ContentWindow.cs +++ b/Source/Editor/Windows/ContentWindow.cs @@ -1086,8 +1086,7 @@ namespace FlaxEditor.Windows _tree.Select(folder.Node); } - if (!string.IsNullOrWhiteSpace(_foldersSearchBox.Text)) - OnFoldersSearchBoxTextChanged(); + OnFoldersSearchBoxTextChanged(); } private void Refresh()