mirror of https://github.com/fantasticit/think.git
nested taskItem
parent
ba842033c8
commit
3e6e2f1daa
|
@ -12,7 +12,7 @@ export const TaskItem = Node.create<TaskItemOptions>({
|
|||
|
||||
addOptions() {
|
||||
return {
|
||||
nested: false,
|
||||
nested: true,
|
||||
HTMLAttributes: {},
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue