Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Aug 4, 2024
1 parent 0b5f0b4 commit 245bd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editors/extensions/figureAudio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const FigureAudio = Node.create({
addProseMirrorPlugins() {
return [
new Plugin({
key: new PluginKey('removePastedFigureImage'),
key: new PluginKey('removePastedFigureAudio'),
props: {
transformPastedHTML(html) {
html = html
Expand Down

0 comments on commit 245bd06

Please sign in to comment.