Skip to content

Commit

Permalink
Fix: Popover positions on the widget screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed May 31, 2019
1 parent 18983b3 commit 6d6e8c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/edit-widgets/src/components/widget-area/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WordPress dependencies
*/
import { compose } from '@wordpress/compose';
import { Panel, PanelBody } from '@wordpress/components';
import { Panel, PanelBody, Popover } from '@wordpress/components';
import {
BlockEditorProvider,
BlockList,
Expand All @@ -29,6 +29,7 @@ function WidgetArea( {
settings={ blockEditorSettings }
>
<BlockList />
<Popover.Slot />
</BlockEditorProvider>
</PanelBody>
</Panel>
Expand Down

0 comments on commit 6d6e8c7

Please sign in to comment.