Skip to content

Commit

Permalink
Fix block inspector not opening when block is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Apr 22, 2021
1 parent 4ed6fde commit 35611a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-widgets/src/components/sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function Sidebar() {
isGeneralSidebarOpen
) {
enableComplementaryArea(
editWidgetsStore,
'core/edit-widgets',
BLOCK_INSPECTOR_IDENTIFIER
);
}
Expand All @@ -128,7 +128,7 @@ export default function Sidebar() {
isGeneralSidebarOpen
) {
enableComplementaryArea(
editWidgetsStore,
'core/edit-widgets',
WIDGET_AREAS_IDENTIFIER
);
}
Expand Down

0 comments on commit 35611a0

Please sign in to comment.