Skip to content

Commit

Permalink
export updateYFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-peracio committed Jan 25, 2024
1 parent 5d9350c commit bc692c1
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 bc692c1

Please sign in to comment.