diff --git a/Source/Editor/Surface/AnimGraphSurface.cs b/Source/Editor/Surface/AnimGraphSurface.cs
index 4e8b6f11e..c33224072 100644
--- a/Source/Editor/Surface/AnimGraphSurface.cs
+++ b/Source/Editor/Surface/AnimGraphSurface.cs
@@ -89,6 +89,9 @@ namespace FlaxEditor.Surface
private static NodesCache _nodesCache = new NodesCache(IterateNodesCache);
+ ///
+ public override bool UseContextMenuDescriptionPanel => true;
+
///
/// The state machine editing context menu.
///
diff --git a/Source/Editor/Surface/MaterialSurface.cs b/Source/Editor/Surface/MaterialSurface.cs
index f21be27c0..0d6e437b8 100644
--- a/Source/Editor/Surface/MaterialSurface.cs
+++ b/Source/Editor/Surface/MaterialSurface.cs
@@ -25,6 +25,9 @@ namespace FlaxEditor.Surface
///
public override bool CanLivePreviewValueChanges => false;
+ ///
+ public override bool UseContextMenuDescriptionPanel => true;
+
///
public override string GetTypeName(ScriptType type)
{