Skip to content

Commit

Permalink
-audio bug fix
Browse files Browse the repository at this point in the history
-update version
  • Loading branch information
kerasus committed Sep 12, 2023
1 parent e9c46bf commit a7ea6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-tiptap-katex",
"version": "1.1.24",
"version": "1.1.25",
"description": "tiptap editor using mathlive package to render katex in vue 3",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions src/vue3-tiptap-katex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ import TiptapInteractiveReading from './components/reading/extension.mjs'
import TiptapInteractivePoem from './components/poem/bait.mjs'
import TiptapInteractiveImageUploadInline from './components/ImageUpload/extensionImageInline.mjs'
import TiptapInteractiveVideoUploadInline from './components/VideoUpload/extensionVideoInline.mjs'
import TiptapInteractiveAudioUploadInline from './components/AudioUpload/extensionAudioUploadInline.mjs'
import TiptapInteractiveKatexInline from './components/formula/extensionFormulaInline.mjs'
import EditTableModal from './components/EditTableModal.vue'
// import {EditorView} from "prosemirror-view";
Expand Down Expand Up @@ -198,6 +199,7 @@ export default {
TiptapInteractiveKatexInline,
TiptapInteractiveImageUploadInline,
TiptapInteractiveVideoUploadInline,
TiptapInteractiveAudioUploadInline,
TiptapInteractivePoem,
mesra,
TiptapInteractiveReading,
Expand Down

0 comments on commit a7ea6cc

Please sign in to comment.