From 4e4c2dd0b92df8152abe0662745902617bd7129e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 6 Feb 2019 15:21:04 +0100 Subject: [PATCH] refactoring --- packages/tiptap-extensions/src/nodes/BulletList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tiptap-extensions/src/nodes/BulletList.js b/packages/tiptap-extensions/src/nodes/BulletList.js index 732998ac..d38406c4 100644 --- a/packages/tiptap-extensions/src/nodes/BulletList.js +++ b/packages/tiptap-extensions/src/nodes/BulletList.js @@ -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'