diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index e06a4dade7..bdc89674a5 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -931,7 +931,9 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
if (!isItemMovable() || !canMenuCut())
{
disabled_items.push_back(std::string("Cut"));
- disabled_items.push_back(std::string("New folder from selected"));
+ // [FIRE-35996] Restore allowing creating folder from selected on recent and favorites panels
+ //disabled_items.push_back(std::string("New folder from selected"));
+ //
}
}
else
@@ -984,7 +986,9 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
if (!isItemMovable() || !canMenuCut())
{
disabled_items.push_back(std::string("Cut"));
- disabled_items.push_back(std::string("New folder from selected"));
+ // [FIRE-35996] Restore allowing creating folder from selected on recent and favorites panels
+ //disabled_items.push_back(std::string("New folder from selected"));
+ //
}
if (canListOnMarketplace() && !isMarketplaceListingsFolder() && !isInboxFolder())