Skip to content

Commit

Permalink
Display content frame in mobile when canvas is not edit
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Apr 5, 2024
1 parent f022ade commit 32ee6a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/edit-site/src/components/layout/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export default function useLayoutAreas() {
mobile:
canvas === 'edit' ? (
<Editor isLoading={ isSiteEditorLoading } />
) : undefined,
) : (
<PagePages />
),
},
widths: {
content: isListLayout ? 380 : undefined,
Expand Down

0 comments on commit 32ee6a3

Please sign in to comment.