nested taskItem

This commit is contained in:
fantasticit 2022-11-25 15:20:29 +08:00
parent ba842033c8
commit 3e6e2f1daa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export const TaskItem = Node.create<TaskItemOptions>({
addOptions() { addOptions() {
return { return {
nested: false, nested: true,
HTMLAttributes: {}, HTMLAttributes: {},
}; };
}, },