We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74741cb commit 1f2aa95Copy full SHA for 1f2aa95
1 file changed
packages/app-website-builder/src/BaseEditor/defaultConfig/DefaultEditorConfig.tsx
@@ -28,8 +28,8 @@ const ClickToActivate = () => {
28
export const DefaultEditorConfig = React.memo(() => {
29
return (
30
<>
31
+ <CommandHandlers />
32
<EditorConfig>
- <CommandHandlers />
33
<ElementInputRenderers />
34
<ContentPreviewConfig />
35
<Ui.Toolbar.Element
0 commit comments