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 10, 2024
1 parent 6da1734 commit 95e9bf8
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 95e9bf8

Please sign in to comment.