Skip to content

Commit

Permalink
Fix widgets editor inserter toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed May 9, 2024
1 parent 9a35772 commit 5237640
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edit-widgets/src/store/private-selectors.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export function getListViewToggleRef( state ) {
return state.listViewToggleRef;
}

export function getInserterSidebarToggleRef( state ) {
return state.inserterSidebarToggleRef;
}

0 comments on commit 5237640

Please sign in to comment.