This commit is contained in:
Saas
2025-09-19 16:57:50 +02:00
parent fd191f7ffb
commit 7183a3306e

View File

@@ -603,7 +603,7 @@ namespace FlaxEditor.Windows
_dragHandlers = null;
_tree = null;
_searchBox = null;
ScriptsBuilder.ScriptsReloadEnd += OnSearchBoxTextChanged;
ScriptsBuilder.ScriptsReloadEnd -= OnSearchBoxTextChanged;
base.OnDestroy();
}