@yoooloo42/joker 1.0.293 → 1.0.294
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -44196,6 +44196,9 @@ var formProps = {
|
|
|
44196
44196
|
await scopeThis.handles.submit({
|
|
44197
44197
|
scopeThis
|
|
44198
44198
|
});
|
|
44199
|
+
await scopeThis.handles.init({
|
|
44200
|
+
scopeThis
|
|
44201
|
+
});
|
|
44199
44202
|
}
|
|
44200
44203
|
}
|
|
44201
44204
|
};
|