refactoring

This commit is contained in:
Philipp Kühn 2019-02-06 15:21:04 +01:00
parent e6c3e65bed
commit 4e4c2dd0b9

View File

@ -1,7 +1,7 @@
import { Node } from 'tiptap'
import { wrappingInputRule, toggleList } from 'tiptap-commands'
export default class Bullet extends Node {
export default class BulletList extends Node {
get name() {
return 'bullet_list'