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
committerMax <max@nextcloud.com>2022-06-07 14:55:43 +0300
commiteda6538eb4d70e3c0e3196a303f3b203a6cd6b7e (patch)
treef4bf8db616d023e9d22b5a71bee3219c6949eac9 /package.json
parent87e738654beee9d0d9f52c6b20d5e547c44205d2 (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 6e60884d1..b22f54d38 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,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.26",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",