3d-force-graph 1.78.3 → 1.78.4
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.78.
|
|
1
|
+
// Version 1.78.4 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) :
|
|
@@ -134106,7 +134106,11 @@ var<${access}> ${ name } : ${ structName };`;
|
|
|
134106
134106
|
.resetCountdown(); // let the engine readjust after releasing fixed nodes
|
|
134107
134107
|
|
|
134108
134108
|
if (state.enableNavigationControls) {
|
|
134109
|
+
var _controls$_onPointerC;
|
|
134109
134110
|
controls.enabled = true; // Re-enable controls
|
|
134111
|
+
|
|
134112
|
+
controls._status && ((_controls$_onPointerC = controls._onPointerCancel) === null || _controls$_onPointerC === void 0 ? void 0 : _controls$_onPointerC.call(controls)); // cancel pressed status on fly controls
|
|
134113
|
+
|
|
134110
134114
|
controls.domElement && controls.domElement.ownerDocument && controls.domElement.ownerDocument.dispatchEvent(
|
|
134111
134115
|
// simulate mouseup to ensure the controls don't take over after dragend
|
|
134112
134116
|
new PointerEvent('pointerup', {
|