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/TableBody.js')
-rw-r--r--src/nodes/TableBody.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodes/TableBody.js b/src/nodes/TableBody.js
index 5a2673424..529b6e54b 100644
--- a/src/nodes/TableBody.js
+++ b/src/nodes/TableBody.js
@@ -3,6 +3,7 @@ import { Node, mergeAttributes } from '@tiptap/core'
export default Node.create({
name: 'tableBody',
content: 'tableRow*',
+ tableRole: 'body',
addOptions() {
return {