Skip to content

Commit

Permalink
Reorder global styles/settings pinned items
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Sep 9, 2024
1 parent d88ab57 commit 6bb0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ function Editor( {
<EditorInterface { ...props }>
{ extraContent }
</EditorInterface>
{ children }
<Sidebar
onActionPerformed={ onActionPerformed }
extraPanels={ extraSidebarPanels }
/>
{ children }
</ExperimentalEditorProvider>
) }
</>
Expand Down

0 comments on commit 6bb0ea0

Please sign in to comment.