2
0

🚸 (editor) Do not show focus toolbar for the Start group

This commit is contained in:
Baptiste Arnaud
2023-05-03 06:35:34 -04:00
parent 2bb307c7a9
commit 5f0a99ee66

View File

@ -257,7 +257,7 @@ const NonMemoizedDraggableGroupNode = ({
isStartGroup={isStartGroup} isStartGroup={isStartGroup}
/> />
)} )}
{!isReadOnly && ( {!isReadOnly && !isStartGroup && (
<SlideFade <SlideFade
in={isFocused} in={isFocused}
style={{ style={{