refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { Node } from 'tiptap'
|
import { Node } from 'tiptap'
|
||||||
import { wrappingInputRule, toggleList } from 'tiptap-commands'
|
import { wrappingInputRule, toggleList } from 'tiptap-commands'
|
||||||
|
|
||||||
export default class Bullet extends Node {
|
export default class BulletList extends Node {
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return 'bullet_list'
|
return 'bullet_list'
|
||||||
|
|||||||
Reference in New Issue
Block a user