Skip to content

Commit

Permalink
move the editor pinned items last in post editor
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Aug 24, 2023
1 parent 7d6ce36 commit a7698fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/edit-post/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function Layout() {
<EditPostKeyboardShortcuts />
<EditorKeyboardShortcutsRegister />
<EditorKeyboardShortcuts />
<SettingsSidebar />

<InterfaceSkeleton
isDistractionFree={ isDistractionFree && isLargeViewport }
className={ className }
Expand Down Expand Up @@ -359,6 +359,7 @@ function Layout() {
<StartPageOptions />
<Popover.Slot />
<PluginArea onError={ onPluginAreaError } />
<SettingsSidebar />
</>
);
}
Expand Down

0 comments on commit a7698fd

Please sign in to comment.