remove heading from default trailingnode config

This commit is contained in:
Philipp Kühn 2019-07-23 19:51:28 +02:00
parent cf4efcbac7
commit c4632739bf

View File

@ -12,7 +12,6 @@ export default class TrailingNode extends Extension {
node: 'paragraph', node: 'paragraph',
notAfter: [ notAfter: [
'paragraph', 'paragraph',
'heading',
], ],
} }
} }