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