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() {
|
addOptions() {
|
||||||
return {
|
return {
|
||||||
nested: false,
|
nested: true,
|
||||||
HTMLAttributes: {},
|
HTMLAttributes: {},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue