Add back creation items to context menu

This commit is contained in:
Gregory Schier
2025-10-19 08:52:03 -07:00
parent 07b90c6ae3
commit b11c72fde4
4 changed files with 229 additions and 152 deletions

View File

@@ -242,7 +242,6 @@ function TreeItem_<T extends { id: string }>({
<TreeIndentGuide treeId={treeId} depth={depth} />
<div
className={classNames(
'tree-item-selectable',
'text-text-subtle',
'grid grid-cols-[auto_minmax(0,1fr)] items-center rounded-md',
)}