Skip to content

Commit 1bea96c

Browse files
getdavetellthemachines
authored andcommitted
Restore sidebar in focus mode on Pattern click through in Browse Mode Library (#51897)
Brings back #51492
1 parent e3004c2 commit 1bea96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/edit-site/src/components/page-library/grid-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function GridItem( { categoryId, composite, icon, item } ) {
4646
postId: item.type === USER_PATTERNS ? item.id : item.name,
4747
categoryId,
4848
categoryType: item.type,
49-
canvas: 'edit',
49+
canvas: 'view',
5050
} );
5151

5252
const onKeyDown = ( event ) => {

0 commit comments

Comments
 (0)