Clean up comment
This commit is contained in:
parent
de3de6bab5
commit
4b8a1a2b3c
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user