From 2d98e26281464b855fa0bcc4bd65886c9fe2e2b7 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Thu, 9 Jan 2020 10:26:03 +0100 Subject: [PATCH] Use the global registry for block editor We need this to be able to access the store from control [MAILPOET-2463] --- assets/js/src/form_editor/components/editor.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/src/form_editor/components/editor.jsx b/assets/js/src/form_editor/components/editor.jsx index 3f3cb71470..ab12d5767b 100644 --- a/assets/js/src/form_editor/components/editor.jsx +++ b/assets/js/src/form_editor/components/editor.jsx @@ -52,6 +52,7 @@ export default () => { onInput={changeFormBlocks} onChange={changeFormBlocks} settings={editorSettings} + useSubRegistry={false} >