@kengic/core.react 0.0.1-beta.22 → 0.0.1-beta.23
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/kengic-core.react.js +1 -1
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -45295,7 +45295,7 @@ function lte(e) {
|
|
|
45295
45295
|
if (!t || !r || !l)
|
|
45296
45296
|
return;
|
|
45297
45297
|
let c = r[i];
|
|
45298
|
-
c || (c = { [t]: [] }, r[i] = c), c[t] || (c[t] = []), c[t].push(l);
|
|
45298
|
+
c || (c = { [t]: [] }, r[i] = c), c[t] || (c[t] = []), c[t].includes(l) || c[t].push(l);
|
|
45299
45299
|
}
|
|
45300
45300
|
function ZF(e) {
|
|
45301
45301
|
const { event: t, eventListenerListRecordRecord: r, id: i = "", listener: l } = e ?? {};
|