Fix spacing

This commit is contained in:
Chandler Cox
2023-07-23 18:58:47 -05:00
parent 12005ad314
commit f80b7ee2a5

View File

@@ -482,9 +482,9 @@ namespace FlaxEditor.GUI
Focus();
});
if (_selected != null)
{
var selectedAssetName = Path.GetFileNameWithoutExtension(_selected.Path);
popup.ScrollToAndHighlightItemByName(selectedAssetName);
{
var selectedAssetName = Path.GetFileNameWithoutExtension(_selected.Path);
popup.ScrollToAndHighlightItemByName(selectedAssetName);
}
}
else