From 4b8a1a2b3ce1b551a5dc7e2f306fafb9646c9297 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 11 Aug 2022 19:55:07 -0700 Subject: [PATCH] Clean up comment --- common/util/tiptap-tweet-type.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/util/tiptap-tweet-type.ts b/common/util/tiptap-tweet-type.ts index dd7a4608..0b9acffc 100644 --- a/common/util/tiptap-tweet-type.ts +++ b/common/util/tiptap-tweet-type.ts @@ -4,8 +4,8 @@ export interface TweetOptions { tweetId: string } -// This export excludes addNodeView, since that require tsx, -// which common/ does not support transpilation of. +// This is a version of the Tiptap Node config without addNodeView, +// since that would require bundling in tsx export const TiptapTweetNode = { name: 'tiptapTweet', group: 'block',