Skip to content

Commit ce227ea

Browse files
committed
Fix history back after entering edit mode from Patterns
1 parent 55c18fc commit ce227ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default function GridItem( { categoryId, composite, icon, item } ) {
5252
postId: item.type === USER_PATTERNS ? item.id : item.name,
5353
categoryId,
5454
categoryType: item.type,
55-
canvas: 'view',
5655
} );
5756

5857
const onKeyDown = ( event ) => {

0 commit comments

Comments
 (0)