Clean up comment

This commit is contained in:
Austin Chen 2022-08-11 19:55:07 -07:00
parent de3de6bab5
commit 4b8a1a2b3c

View File

@ -4,8 +4,8 @@ export interface TweetOptions {
tweetId: string tweetId: string
} }
// This export excludes addNodeView, since that require tsx, // This is a version of the Tiptap Node config without addNodeView,
// which common/ does not support transpilation of. // since that would require bundling in tsx
export const TiptapTweetNode = { export const TiptapTweetNode = {
name: 'tiptapTweet', name: 'tiptapTweet',
group: 'block', group: 'block',