fix(#2978): implement inlineLink functionality

This commit is contained in:
Amruth Pillai
2026-05-07 21:47:00 +02:00
parent 891ce60270
commit d5891ff035
5 changed files with 99 additions and 56 deletions
+1 -2
View File
@@ -121,8 +121,7 @@ export function RichInput({ value, onChange, style, className, editorClassName,
"data-editor": "true",
"data-fullscreen": isFullscreen ? "true" : "false",
class: cn(
"group/editor overflow-y-auto p-3 pb-4",
"prose prose-sm prose-zinc dark:prose-invert max-w-none",
"wysiwyg group/editor overflow-y-auto p-3 pb-4",
"rounded-md rounded-t-none border outline-none focus-visible:border-ring",
"[td:has(.selectedCell)]:bg-primary",
"data-[fullscreen=false]:max-h-[400px] data-[fullscreen=false]:min-h-[100px]",