We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d42bf commit c2fc971Copy full SHA for c2fc971
packages/edit-site/src/store/private-actions.js
@@ -19,9 +19,6 @@ export const setCanvasMode =
19
registry.batch( () => {
20
registry.dispatch( blockEditorStore ).clearSelectedBlock();
21
registry.dispatch( editorStore ).setDeviceType( 'Desktop' );
22
- registry
23
- .dispatch( blockEditorStore )
24
- .__unstableSetEditorMode( 'edit' );
25
const isPublishSidebarOpened = registry
26
.select( editorStore )
27
.isPublishSidebarOpened();
0 commit comments