mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-19 06:43:02 +08:00
refactoring
This commit is contained in:
parent
e6c3e65bed
commit
4e4c2dd0b9
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user