File tree Expand file tree Collapse file tree
packages/block-editor/src/components/block-list/use-block-props Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ export function useBlockClassNames( clientId ) {
5050 spotlightEntityBlocks
5151 ) ;
5252 return classnames ( 'block-editor-block-list__block' , {
53- 'is-selected' : isSelected && ! isDragging ,
53+ 'is-selected' : isSelected ,
5454 'is-highlighted' : isBlockHighlighted ( clientId ) ,
5555 'is-multi-selected' : isBlockMultiSelected ( clientId ) ,
5656 'is-reusable' : isReusableBlock ( getBlockType ( name ) ) ,
5757 'is-dragging' : isDragging ,
58- 'has-child-selected' : isAncestorOfSelectedBlock && ! isDragging ,
58+ 'has-child-selected' : isAncestorOfSelectedBlock ,
5959 'has-active-entity' : activeEntityBlockId ,
6060 // Determine if there is an active entity area to spotlight.
6161 'is-active-entity' : activeEntityBlockId === clientId ,
You can’t perform that action at this time.
0 commit comments