🚸 (editor) Do not show focus toolbar for the Start group
This commit is contained in:
@ -257,7 +257,7 @@ const NonMemoizedDraggableGroupNode = ({
|
|||||||
isStartGroup={isStartGroup}
|
isStartGroup={isStartGroup}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{!isReadOnly && (
|
{!isReadOnly && !isStartGroup && (
|
||||||
<SlideFade
|
<SlideFade
|
||||||
in={isFocused}
|
in={isFocused}
|
||||||
style={{
|
style={{
|
||||||
|
Reference in New Issue
Block a user