diff --git a/apps/client/src/features/base/components/property/property-menu.tsx b/apps/client/src/features/base/components/property/property-menu.tsx
index 0c034848..53d9c5da 100644
--- a/apps/client/src/features/base/components/property/property-menu.tsx
+++ b/apps/client/src/features/base/components/property/property-menu.tsx
@@ -194,8 +194,20 @@ export function PropertyMenuContent({
value={renameValue}
onChange={(e) => setRenameValue(e.currentTarget.value)}
onKeyDown={handleRenameKeyDown}
- onBlur={commitRename}
/>
+
+
+
+
+
)}
{(panel === "options" || panel === "confirmDiscard") && (