Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes/TableRow.js')
-rw-r--r--src/nodes/TableRow.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nodes/TableRow.js b/src/nodes/TableRow.js
index 61e0b982a..b7343eb9a 100644
--- a/src/nodes/TableRow.js
+++ b/src/nodes/TableRow.js
@@ -2,9 +2,6 @@ import { TableRow } from '@tiptap/extension-table-row'
export default TableRow.extend({
content: 'tableCell*',
- addAttributes() {
- return {}
- },
toMarkdown(state, node) {
state.write('|')