Skip to content

Commit

Permalink
remove dialogRefs
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed May 8, 2024
1 parent 0adb429 commit 52b40a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/editor/src/components/inserter-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ export default function InserterSidebar( {
const libraryRef = useRef();

return (
<div
ref={ inserterDialogRef }
{ ...inserterDialogProps }
className="editor-inserter-sidebar"
>
<div className="editor-inserter-sidebar">
<div className="editor-inserter-sidebar__content">
<Library
showMostUsedBlocks={ showMostUsedBlocks }
Expand Down

0 comments on commit 52b40a2

Please sign in to comment.