Merge branch 'Tryibion-visject-cm-search-fix'
This commit is contained in:
@@ -397,6 +397,13 @@ namespace FlaxEditor.Surface.ContextMenu
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
Profiler.BeginEvent("VisjectCM.OnSearchFilterChanged");
|
Profiler.BeginEvent("VisjectCM.OnSearchFilterChanged");
|
||||||
|
|
||||||
|
if (string.IsNullOrEmpty(_searchBox.Text))
|
||||||
|
{
|
||||||
|
ResetView();
|
||||||
|
Profiler.EndEvent();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Update groups
|
// Update groups
|
||||||
LockChildrenRecursive();
|
LockChildrenRecursive();
|
||||||
|
|||||||
Reference in New Issue
Block a user