Skip to content

Commit

Permalink
fix another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Holm Jensen committed Oct 19, 2022
1 parent 62de21d commit 2f47cc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion admin/src/components/Wysiwyg/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import Earth from "@strapi/icons/Earth"
// Editor
import {useEditor} from '@tiptap/react'
import {Extension, mergeAttributes, wrappingInputRule} from '@tiptap/core'
import StarterKit from '@tiptap/starter-kit'
import UnderlineExtension from '@tiptap/extension-underline'
import LinkExtension from '@tiptap/extension-link'
import ImageExtension from '@tiptap/extension-image'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-tiptap-editor",
"version": "0.9.3",
"version": "0.9.4",
"description": "A drop-in replacement for the strapi editor",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 2f47cc8

Please sign in to comment.