From 01ee72e9b07f615ec7589424c10fc5f20905cea2 Mon Sep 17 00:00:00 2001 From: Alexander Kovrigin Date: Sun, 19 Nov 2023 22:28:41 +0100 Subject: [PATCH] fix placeholder --- web/src/components/TranslationTextarea.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/TranslationTextarea.tsx b/web/src/components/TranslationTextarea.tsx index d2f6de6..ca01eaf 100644 --- a/web/src/components/TranslationTextarea.tsx +++ b/web/src/components/TranslationTextarea.tsx @@ -1,5 +1,7 @@ "use client"; +import "draft-js/dist/Draft.css"; + import HighlightWithinTextarea from "react-highlight-within-textarea"; import "./highlights.css";