Skip to content

Commit

Permalink
get editorMode value
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jun 26, 2023
1 parent 7bc9377 commit 68f6ea4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function useCommonCommands() {
activeSidebar: select( interfaceStore ).getActiveComplementaryArea(
editPostStore.name
),
editorMode: select( editPostStore ).getEditorMode(),
} ),
[]
);
Expand Down

0 comments on commit 68f6ea4

Please sign in to comment.