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/TableHead.js')
-rw-r--r--src/nodes/TableHead.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nodes/TableHead.js b/src/nodes/TableHead.js
index 9fe6c94da..0cd7af788 100644
--- a/src/nodes/TableHead.js
+++ b/src/nodes/TableHead.js
@@ -39,12 +39,8 @@ export default Node.create({
},
addExtensions() {
- return [tableHeadRow]
- },
-
- parseHTML() {
return [
- { tag: 'thead' },
+ tableHeadRow,
]
},