diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 85af274f..be6cd32a 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -1343,13 +1343,6 @@ export default function Sidebar() { ? { color: isDark ? pColor.textDark : pColor.text } : undefined } - onDoubleClick={(e) => { - e.stopPropagation(); - startProjectEditing({ - projectId: project.id, - title: project.name, - }); - }} > {project.name}