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 dd40999 commit 338d69cCopy full SHA for 338d69c
src/js/cms.js
@@ -82,4 +82,4 @@ CMS.registerEditorComponent({
82
},
83
});
84
85
-CMS.init();
+setTimeout(() => CMS.init(), 4000);
0 commit comments