fix pasting list items

This commit is contained in:
Philipp Kühn
2018-11-05 23:32:18 +01:00
parent b67d099739
commit b7770bb747

View File

@@ -10,7 +10,6 @@ export default class ListItemNode extends Node {
get schema() { get schema() {
return { return {
content: 'paragraph block*', content: 'paragraph block*',
group: 'block',
defining: true, defining: true,
draggable: false, draggable: false,
parseDOM: [ parseDOM: [