Skip to content

Commit

Permalink
fix: fix extension name for clipboardTextSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Sep 18, 2021
1 parent e0348df commit 15f90ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/extensions/clipboardTextSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import getTextBetween from '../helpers/getTextBetween'
import getTextSeralizersFromSchema from '../helpers/getTextSeralizersFromSchema'

export const ClipboardTextSerializer = Extension.create({
name: 'editable',
name: 'clipboardTextSerializer',

addProseMirrorPlugins() {
return [
Expand Down

0 comments on commit 15f90ec

Please sign in to comment.