From 097b1c76d49d7d07be8d1628618cd4836130cb01 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Sat, 18 Apr 2026 20:52:26 +0100 Subject: [PATCH] feat(base): add save and cancel buttons to property rename panel --- .../base/components/property/property-menu.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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") && (