Merge pull request #49 from Chrissi2812/fix_classnames

fix class name
This commit is contained in:
Philipp Kühn 2018-10-06 08:46:24 +02:00 committed by GitHub
commit e0045563e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'