-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Labels
Printerthings that have to do with turning an AST into Reason codethings that have to do with turning an AST into Reason code
Description
let editor =
Tiptap.Editor.use(
~provider,
~document=ydoc,
~renderCursor=CollaborationCursor.renderCursor,
~user=initialUser,
~onCreate=({editor}: Tiptap.createProps) => {
onCreateEditor(editor)
}
);
Gets formatted to
let editor =
Tiptap.Editor.use(
~provider,
~document=ydoc,
~renderCursor=CollaborationCursor.renderCursor,
~user=initialUser,
~onCreate=({editor}: Tiptap.createProps) => {
onCreateEditor(editor)
});
mlms13
Metadata
Metadata
Assignees
Labels
Printerthings that have to do with turning an AST into Reason codethings that have to do with turning an AST into Reason code