Skip to content

Commit

Permalink
Remove hidden attribute so that Duotone still works in FF
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Aug 22, 2023
1 parent 8de19e1 commit 0e81a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function Root( { className, ...settings } ) {
<IntersectionObserver.Provider value={ intersectionObserver }>
<div { ...innerBlocksProps } />
{ /* Ensure element and layout styles are always at the end of the document */ }
<div hidden ref={ setElement } />
<div ref={ setElement } />
</IntersectionObserver.Provider>
</elementContext.Provider>
);
Expand Down

0 comments on commit 0e81a9c

Please sign in to comment.