Skip to content

Commit 2d5fe5e

Browse files
committed
chore: avoid delay and double init
1 parent dca5566 commit 2d5fe5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/cms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ CMS.registerEditorComponent({
7676
},
7777
});
7878

79-
setTimeout(() => CMS.init(), 4000);
79+
CMS.init();

0 commit comments

Comments
 (0)