Skip to content

Commit

Permalink
Fix history back after entering edit mode from Patterns (#52112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 authored and tellthemachines committed Jul 3, 2023
1 parent ac9cd11 commit b0a5943
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function GridItem( { categoryId, composite, icon, item } ) {
postId: item.type === USER_PATTERNS ? item.id : item.name,
categoryId,
categoryType: item.type,
canvas: 'view',
} );

const onKeyDown = ( event ) => {
Expand Down

0 comments on commit b0a5943

Please sign in to comment.