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:
authorJonas <jonas@freesources.org>2022-04-17 22:22:12 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-04-19 11:54:05 +0300
commitdf7b542e6608e57135d07298e27d9c71b9156fcd (patch)
tree2f0d142d8baf54bddd3c2424efeed7ee598b4b7f /package.json
parentca712c9645b93f6e7ce1e9a2b3e3540b49c9364c (diff)
Add dropcursor to indicate where drop happens
Adds tiptap extension dropcursor: https://tiptap.dev/api/extensions/dropcursor Fixes: #2301 Signed-off-by: Jonas <jonas@freesources.org> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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 1814e8677..d4aa942da 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,7 @@
"@tiptap/extension-code-block": "^2.0.0-beta.31",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.60",
"@tiptap/extension-document": "^2.0.0-beta.15",
+ "@tiptap/extension-dropcursor": "^2.0.0-beta.25",
"@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",