remove list option

This commit is contained in:
Philipp Kühn
2020-11-02 11:18:44 +01:00
parent bfc58caea5
commit 3dc25640c9
5 changed files with 1 additions and 13 deletions

View File

@@ -3,8 +3,6 @@ import { Command, createNode, mergeAttributes } from '@tiptap/core'
const TaskList = createNode({
name: 'task_list',
list: true,
group: 'list',
content: 'task_item+',