Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 8, 2023
1 parent f2d34cb commit ef8ca0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const NotebookNodeMention = Node.create({
atom: true,

serializedText: (attrs: NotebookNodeMentionAttrs): string => {
// timestamp is not a block so `getText` does not add a separator.
// mention is not a block so `getText` does not add a separator.
// we need to add it manually
return `(member:${attrs.id})`
},
Expand Down
140 changes: 0 additions & 140 deletions frontend/src/scenes/notebooks/Notebook/BacklinkCommands.tsx

This file was deleted.

0 comments on commit ef8ca0b

Please sign in to comment.