pl-fe: important hotfix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-31 20:53:34 +01:00
parent 2a709fbc2d
commit 1b0e4a77e0
2 changed files with 6 additions and 6 deletions

View File

@ -200,12 +200,7 @@ const ComposeEditor = React.forwardRef<LexicalEditor, IComposeEditor>(({
</div>
}
placeholder={(
<div
className={clsx(
'pointer-events-none absolute top-0 select-none text-[1rem] text-gray-600 dark:placeholder:text-gray-600',
placeholderClassName,
)}
>
<div className={placeholderClassName}>
{textareaPlaceholder}
</div>
)}