@zhongguo168a/yxeditor-common 0.0.169 → 0.0.170
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4735,7 +4735,7 @@ class CallbackList {
|
|
|
4735
4735
|
if (this._data.length == 0) {
|
|
4736
4736
|
return;
|
|
4737
4737
|
}
|
|
4738
|
-
let data = this._data.array
|
|
4738
|
+
let data = this._data.array;
|
|
4739
4739
|
for (let listener of data) {
|
|
4740
4740
|
if (listener.isOn()) {
|
|
4741
4741
|
listener._dispatch(params, subIdent);
|