fix: update checklist when pressing enter on edit (#292)

* fix: update checklist when pressing enter on edit

* feat: open new checklist item form on enter
This commit is contained in:
Henry
2025-12-19 21:40:24 +00:00
committed by GitHub
parent cca8a9d424
commit a55c8cd52b
2 changed files with 12 additions and 2 deletions

View File

@@ -210,6 +210,9 @@ export default function Checklists({
completed: item.completed,
}}
cardPublicId={cardPublicId}
onCreateNewItem={() =>
setActiveChecklistForm?.(checklist.publicId)
}
viewOnly={viewOnly}
dragHandleProps={provided.dragHandleProps}
isDragging={snapshot.isDragging}