2
0

🐛 Fix right click in bubble text editor selects the group

Closes #920
This commit is contained in:
Baptiste Arnaud
2023-12-05 08:28:16 +01:00
parent a43d047f60
commit 32b2bb6a94

View File

@ -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',