From 333b1d5e52d422c8de6b2cbdc69990bc9e0f099a Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Thu, 21 Jul 2022 15:06:06 -0700 Subject: [PATCH] remove comment --- web/components/editor.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/editor.tsx b/web/components/editor.tsx index 0620a112..50258c87 100644 --- a/web/components/editor.tsx +++ b/web/components/editor.tsx @@ -66,7 +66,6 @@ export function useTextEditor(props: { HTMLAttributes: { class: clsx('not-prose text-indigo-700', linkClass), }, - // TODO: do a Next link instead of raw renderLabel: ({ options, node }) => [ 'a',