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:
authorJulius Härtl <jus@bitgrid.net>2022-05-27 18:33:41 +0300
committerJulius Härtl <jus@bitgrid.net>2022-06-08 22:49:18 +0300
commitd5815686100afbda7aaf0fb2075bd7da72b2fcf1 (patch)
treebc15ec8b4b30f1d37d6576a093dfe2200dbc8ec7 /package.json
parentcb8af7ff14bf43a741ce1b34aaaf78588f9f7d34 (diff)
Add @tiptap/extension-hard-break to support hard breaks
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c47b61a8e..cd7ba6677 100644
--- a/package.json
+++ b/package.json
@@ -44,6 +44,7 @@
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.68",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-dropcursor": "^2.0.0-beta.25",
+ "@tiptap/extension-hard-break": "^2.0.0-beta.30",
"@tiptap/extension-heading": "^2.0.0-beta.24",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",