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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user