3d-force-graph 1.74.4 → 1.74.5
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/3d-force-graph.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Version 1.74.
|
|
1
|
+
// Version 1.74.5 3d-force-graph - https://github.com/vasturiano/3d-force-graph
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
@@ -43216,10 +43216,7 @@ function InsertStackElement(node, body) {
|
|
|
43216
43216
|
var dataIdsMap = new Map(data.map(function (d) {
|
|
43217
43217
|
return [_classPrivateFieldGet2$1(_id$8, _this).call(_this, d), d];
|
|
43218
43218
|
}));
|
|
43219
|
-
_classPrivateFieldGet2$1(_dataMap, this).
|
|
43220
|
-
var _ref4 = _slicedToArray$2(_ref3, 2),
|
|
43221
|
-
dId = _ref4[0],
|
|
43222
|
-
o = _ref4[1];
|
|
43219
|
+
_classPrivateFieldGet2$1(_dataMap, this).forEach(function (o, dId) {
|
|
43223
43220
|
if (!dataIdsMap.has(dId)) {
|
|
43224
43221
|
_classPrivateFieldGet2$1(_removeObj, _this).call(_this, o, dId);
|
|
43225
43222
|
_classPrivateFieldGet2$1(_dataMap, _this)["delete"](dId);
|