Skip to content

Commit

Permalink
feat: export @tiptap/extension-dropcursor
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Aug 1, 2024
1 parent 25e6763 commit db572f6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
25 changes: 23 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@
"dependencies": {
"@tiptap/core": "2.5.8",
"@tiptap/extension-blockquote": "2.5.8",
"@tiptap/extension-bubble-menu": "^2.5.8",
"@tiptap/extension-bullet-list": "2.5.8",
"@tiptap/extension-code-block": "2.5.8",
"@tiptap/extension-document": "2.5.8",
"@tiptap/extension-dropcursor": "^2.5.8",
"@tiptap/extension-floating-menu": "^2.5.8",
"@tiptap/extension-gapcursor": "2.5.8",
"@tiptap/extension-hard-break": "2.5.8",
"@tiptap/extension-heading": "2.5.8",
Expand Down
1 change: 1 addition & 0 deletions src/editors/extensions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './horizontalRule'
export * from './link'
export * from './mention'
export * from './pasteDropFile'
export * from '@tiptap/extension-dropcursor'
export * from '@tiptap/extension-placeholder'

import BulletList from '@tiptap/extension-bullet-list'
Expand Down
1 change: 1 addition & 0 deletions src/editors/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './extensions'
export * from '@tiptap/react'
export * from '@tiptap/suggestion'

import type { EditorOptions } from '@tiptap/react'
import { useEditor } from '@tiptap/react'
Expand Down

0 comments on commit db572f6

Please sign in to comment.