We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee2327 commit 35a2642Copy full SHA for 35a2642
src/index.js
@@ -114,8 +114,6 @@ document.addEventListener('fetchedTemplate', () => {
114
init();
115
});
116
117
-init();
118
-
119
observer.init({
120
name: 'CoCreateConditionalLogic',
121
observe: ['addedNodes'],
@@ -133,6 +131,7 @@ CoCreate.action.init({
133
131
}
134
132
135
+init();
136
137
const CoCreateConditionalLogic = { initElements, selectShowHideEle, clickShowHideEle };
138
export default CoCreateConditionalLogic;
0 commit comments