Skip to content

Commit

Permalink
Restore sidebar in focus mode on Pattern click through in Browse Mode…
Browse files Browse the repository at this point in the history
… Library (#51897)

Brings back #51492
  • Loading branch information
getdave authored and tellthemachines committed Jun 28, 2023
1 parent e3004c2 commit 1bea96c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function GridItem( { categoryId, composite, icon, item } ) {
postId: item.type === USER_PATTERNS ? item.id : item.name,
categoryId,
categoryType: item.type,
canvas: 'edit',
canvas: 'view',
} );

const onKeyDown = ( event ) => {
Expand Down

0 comments on commit 1bea96c

Please sign in to comment.