Skip to content

Commit

Permalink
Update lib.js
Browse files Browse the repository at this point in the history
Remove ProsemirrorMapping import. It is unused and causes problems with vite.js. Fixes  yjs#40
  • Loading branch information
holtwick committed Mar 6, 2021
1 parent d7620d4 commit 446e0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { updateYFragment, ProsemirrorMapping } from './plugins/sync-plugin.js' // eslint-disable-line
import { updateYFragment } from './plugins/sync-plugin.js' // eslint-disable-line
import * as Y from 'yjs'
import { EditorView } from 'prosemirror-view' // eslint-disable-line
import { Node, Schema } from 'prosemirror-model' // eslint-disable-line
Expand Down

0 comments on commit 446e0aa

Please sign in to comment.