Skip to content

Commit

Permalink
Move code back to previous location
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Sep 26, 2024
1 parent d037772 commit 8c48524
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ function ZoomOutModeInserters() {
isVisible={ isSelected || isHovered }
onClick={ () => {
setInserterIsOpened( {
tab: 'patterns',
category: 'all',
rootClientId: sectionRootClientId,
insertionIndex: index,
tab: 'patterns',
category: 'all',
} );
showInsertionPoint( sectionRootClientId, index, {
operation: 'insert',
Expand Down

0 comments on commit 8c48524

Please sign in to comment.