Skip to content

Commit

Permalink
🐛 Fix right click in bubble text editor selects the group
Browse files Browse the repository at this point in the history
Closes #920
  • Loading branch information
baptisteArno committed Dec 5, 2023
1 parent a43d047 commit 32b2bb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 32b2bb6

Please sign in to comment.