From 81471723252b295b9ba4189c5690e4964d6a4486 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 5 Nov 2020 13:51:09 +0100 Subject: [PATCH] update the gapcursor page & example --- docs/src/demos/Extensions/Gapcursor/index.vue | 7 ++++--- docs/src/docPages/api/extensions/gapcursor.md | 2 +- docs/src/links.yaml | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/demos/Extensions/Gapcursor/index.vue b/docs/src/demos/Extensions/Gapcursor/index.vue index 14e46c2a..11d5bc99 100644 --- a/docs/src/demos/Extensions/Gapcursor/index.vue +++ b/docs/src/demos/Extensions/Gapcursor/index.vue @@ -9,7 +9,7 @@ import { Editor, EditorContent } from '@tiptap/vue-starter-kit' import Document from '@tiptap/extension-document' import Paragraph from '@tiptap/extension-paragraph' import Text from '@tiptap/extension-text' -import Gapcursor from '@tiptap/extension-focus' +import Gapcursor from '@tiptap/extension-gapcursor' import Image from '@tiptap/extension-image' export default { @@ -33,7 +33,7 @@ export default { Gapcursor(), ], content: ` -

Try to set the cursor behind the image!

+

Try to set the cursor behind the image with your arrow keys! You should see big blinking cursor right from the image. This is the gapcursor.

`, }) @@ -46,13 +46,14 @@ export default {