refactoring

This commit is contained in:
Philipp Kühn
2021-01-23 22:48:34 +01:00
parent 71376f6de7
commit 56417a44a7
7 changed files with 34 additions and 25 deletions

View File

@@ -18,7 +18,9 @@ export const TableRow = Node.create({
tableRole: 'row',
parseHTML() {
return [{ tag: 'tr' }]
return [
{ tag: 'tr' },
]
},
renderHTML({ HTMLAttributes }) {