From 32b2bb6a945c7d5282958a7f5209b4b27dd4cd81 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 5 Dec 2023 08:28:16 +0100 Subject: [PATCH] :bug: Fix right click in bubble text editor selects the group Closes #920 --- .../blocks/bubbles/textBubble/components/TextBubbleEditor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/builder/src/features/blocks/bubbles/textBubble/components/TextBubbleEditor.tsx b/apps/builder/src/features/blocks/bubbles/textBubble/components/TextBubbleEditor.tsx index 6c416b5fc..fe5bb0a83 100644 --- a/apps/builder/src/features/blocks/bubbles/textBubble/components/TextBubbleEditor.tsx +++ b/apps/builder/src/features/blocks/bubbles/textBubble/components/TextBubbleEditor.tsx @@ -101,6 +101,7 @@ const TextBubbleEditorContent = ({ spacing={0} cursor="text" className="prevent-group-drag" + onContextMenuCapture={(e) => e.stopPropagation()} sx={{ '.slate-ToolbarButton-active': { color: useColorModeValue('blue.500', 'blue.300') + ' !important',