From f0467956b4e7b8ef0989b8a1e37fb2b5ac2aa487 Mon Sep 17 00:00:00 2001 From: Kwon Seo Jin <97675977+B0XERCAT@users.noreply.github.com> Date: Fri, 24 May 2024 15:00:27 +0900 Subject: [PATCH] chore: add resize attribute to text editor (#1704) chore: add resize to editor attributes --- apps/frontend/components/TextEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/components/TextEditor.tsx b/apps/frontend/components/TextEditor.tsx index 0749689eb4..d32e733558 100644 --- a/apps/frontend/components/TextEditor.tsx +++ b/apps/frontend/components/TextEditor.tsx @@ -154,7 +154,7 @@ export default function TextEditor({ editorProps: { attributes: { class: - 'rounded-b-md border overflow-y-auto w-full h-[200px] border-input bg-backround px-3 ring-offset-2 disabled:cursur-not-allowed disabled:opacity-50' + 'rounded-b-md border overflow-y-auto w-full h-[200px] border-input bg-backround px-3 ring-offset-2 disabled:cursur-not-allowed disabled:opacity-50 resize-y' } }, onUpdate({ editor }) {