fix sorting

This commit is contained in:
Philipp Kühn
2018-11-13 22:32:24 +01:00
parent 2802f4fa7c
commit 38d352f72a

View File

@@ -220,12 +220,12 @@ export default {
editor: new Editor({
extensions: [
new Blockquote(),
new BulletList(),
new CodeBlock(),
new HardBreak(),
new Heading({ levels: [1, 2, 3] }),
new ListItem(),
new BulletList(),
new OrderedList(),
new ListItem(),
new TodoItem(),
new TodoList(),
new Bold(),