Activate edit mode when tabbing between fields in product editor

This commit is contained in:
2026-04-16 15:05:55 -04:00
parent 9ab5d4300a
commit 123946c159
@@ -87,6 +87,7 @@ export function EditableInput({
<button <button
type="button" type="button"
onClick={() => setEditing(true)} onClick={() => setEditing(true)}
onFocus={() => setEditing(true)}
className="flex items-center gap-1.5 flex-1 min-w-0" className="flex items-center gap-1.5 flex-1 min-w-0"
> >
{label && ( {label && (