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.