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

@@ -33,7 +33,9 @@ export const TableCell = Node.create({
isolating: true,
parseHTML() {
return [{ tag: 'td' }]
return [
{ tag: 'td' },
]
},
renderHTML({ HTMLAttributes }) {