From d150b7c430846c6ae676800ab03805232b55c25c Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 10 Nov 2025 11:47:35 +0330 Subject: [PATCH] fix editor --- src/components/QuillEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QuillEditor.tsx b/src/components/QuillEditor.tsx index f8a55fd..63d9af5 100644 --- a/src/components/QuillEditor.tsx +++ b/src/components/QuillEditor.tsx @@ -127,7 +127,7 @@ const QuillEditor: FC = ({ editorRef.current.innerHTML = '' } } - }, [imageHandler, placeholder, value]) + }, [imageHandler, placeholder]) useEffect(() => { if (quillRef.current && value !== quillRef.current.root.innerHTML) {