Skip to content

Commit

Permalink
Merge pull request #152 from gabriel-peracio/expose-updateYFragment
Browse files Browse the repository at this point in the history
Export `updateYFragment`
  • Loading branch information
dmonad authored Feb 29, 2024
2 parents 5d9350c + bc692c1 commit 19692e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/y-prosemirror.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './plugins/cursor-plugin.js'
export { ySyncPlugin, isVisible, getRelativeSelection, ProsemirrorBinding } from './plugins/sync-plugin.js'
export { ySyncPlugin, isVisible, getRelativeSelection, ProsemirrorBinding, updateYFragment } from './plugins/sync-plugin.js'
export * from './plugins/undo-plugin.js'
export * from './plugins/keys.js'
export {
Expand Down

0 comments on commit 19692e4

Please sign in to comment.