Skip to content

Commit

Permalink
Remove display:none
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 13, 2021
1 parent 53bb610 commit 5b55a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Head( { children } ) {
const [ element, setElement ] = useState();
return (
<context.Provider value={ element }>
<div ref={ setElement } style={ { display: 'none' } } />
<div ref={ setElement } />
{ children }
</context.Provider>
);
Expand Down

0 comments on commit 5b55a9d

Please sign in to comment.