From 935e650991d7b8dc822301b24ae504cf40f99ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 25 Mar 2026 16:03:22 +0400 Subject: [PATCH] Fix style of the drop cursor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- packages/ui/src/RichEditor/RichEditor.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/RichEditor/RichEditor.tsx b/packages/ui/src/RichEditor/RichEditor.tsx index 9aaba007a..8ec54ce8e 100644 --- a/packages/ui/src/RichEditor/RichEditor.tsx +++ b/packages/ui/src/RichEditor/RichEditor.tsx @@ -55,7 +55,10 @@ const extensions = [ ListItem, HorizontalRule, HardBreak, - Dropcursor, + Dropcursor.configure({ + color: "#0081f1", + width: 2, + }), Gapcursor, UndoRedo, TableKit.configure({