This commit is contained in:
Philipp Kühn
2018-10-07 20:21:47 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import { Node } from 'tiptap'
import { wrapInList, wrappingInputRule } from 'tiptap-commands'
export default class BulletNode extends Node {
export default class TodoListNode extends Node {
get name() {
return 'todo_list'