Skip to content

Commit

Permalink
Fix invalid function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamenco authored Jan 6, 2023
1 parent e781cd9 commit fd61924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-collaboration/src/collaboration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const Collaboration = Extension.create<CollaborationOptions>({
return [
ySyncPlugin(fragment, {
onFirstRender: () => {
this.options.onLoaded?.apply(this)
this.options.onFirstRender?.apply(this)
},
}),
yUndoPlugin(),
Expand Down

0 comments on commit fd61924

Please sign in to comment.