@xatlas/rainbow-core 1.4.7 → 1.4.8
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/core.common.js +0 -2
- package/dist/core.common.js.map +1 -1
- package/dist/core.umd.js +0 -2
- package/dist/core.umd.js.map +1 -1
- package/dist/core.umd.min.js +1 -1
- package/dist/core.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/core.common.js
CHANGED
|
@@ -563,7 +563,6 @@ function createViewModule(store, namespace, pageNamespace, viewKey) {
|
|
|
563
563
|
state.data.rows.unshift(row);
|
|
564
564
|
}
|
|
565
565
|
});
|
|
566
|
-
state.data.count = state.data.rows.length;
|
|
567
566
|
},
|
|
568
567
|
removeData: function removeData(state, _ref4) {
|
|
569
568
|
var rows = _ref4.rows,
|
|
@@ -582,7 +581,6 @@ function createViewModule(store, namespace, pageNamespace, viewKey) {
|
|
|
582
581
|
list.splice(index, 1);
|
|
583
582
|
}
|
|
584
583
|
});
|
|
585
|
-
state.data.count = state.data.rows.length;
|
|
586
584
|
},
|
|
587
585
|
setWordbook: function setWordbook(state, _ref5) {
|
|
588
586
|
var rows = _ref5.rows,
|