diff --git a/Source/Editor/Windows/ContentWindow.cs b/Source/Editor/Windows/ContentWindow.cs index c25316e9a..b8e8a15ed 100644 --- a/Source/Editor/Windows/ContentWindow.cs +++ b/Source/Editor/Windows/ContentWindow.cs @@ -989,7 +989,7 @@ namespace FlaxEditor.Windows } _view.ShowItems(items, _sortType, false, true); } - else + else if (target != null) { // Show folder contents var items = target.Folder.Children;