smsmslib 1.0.21 → 1.0.22
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/package.json +1 -1
- package/system/usereducer.js +1 -1
package/package.json
CHANGED
package/system/usereducer.js
CHANGED
|
@@ -39,7 +39,7 @@ function sj_reducer_onAction_create(hf_type, f_dispatch, user)
|
|
|
39
39
|
type : s_type, /* By convention. */
|
|
40
40
|
f_type, o_event, user,
|
|
41
41
|
|
|
42
|
-
// pass the copy of o_event.
|
|
42
|
+
// pass the copy of o_event. Because o_event.currentTarget will be null
|
|
43
43
|
// by the time sj_reducer() is called.
|
|
44
44
|
o_event_bak: {...o_event},
|
|
45
45
|
};
|