Board: Checklist item dnd support (#1873)

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No
2022-05-26 16:36:44 +07:00
committed by GitHub
parent c25c5cfdad
commit bbcbb7722a
6 changed files with 100 additions and 23 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export interface Task extends AttachedDoc, DocWithRank {
/**
* @public
*/
export interface TodoItem extends AttachedDoc {
export interface TodoItem extends AttachedDoc, DocWithRank {
name: Markup
assignee: Ref<Employee> | null
done: boolean