diff --git a/Source/Editor/Content/Items/ContentItem.cs b/Source/Editor/Content/Items/ContentItem.cs
index fb930d192..284f3f1b3 100644
--- a/Source/Editor/Content/Items/ContentItem.cs
+++ b/Source/Editor/Content/Items/ContentItem.cs
@@ -222,7 +222,7 @@ namespace FlaxEditor.Content
///
/// Gets a value indicating whether this item can be dragged and dropped.
///
- public virtual bool CanDrag => true;
+ public virtual bool CanDrag => Root != null;
///
/// Gets a value indicating whether this exists on drive.