@abdellatifui/react 3.1.85 → 3.1.86
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/nextgen.js
CHANGED
|
@@ -14155,6 +14155,7 @@ const SourcesPorts = (props) => {
|
|
|
14155
14155
|
const [viewportRevision, setViewportRevision] = useState(0);
|
|
14156
14156
|
const [isFocused, setIsFocused] = useState(false);
|
|
14157
14157
|
useEffect(() => {
|
|
14158
|
+
console.log("ENDPOINT TEXT");
|
|
14158
14159
|
if (mapDragging) {
|
|
14159
14160
|
setIsVisible(false);
|
|
14160
14161
|
return;
|
|
@@ -14842,7 +14843,7 @@ const NetworkMapComponent = forwardRef((props, ref) => {
|
|
|
14842
14843
|
getCenterBox,
|
|
14843
14844
|
hoveredConnection
|
|
14844
14845
|
},
|
|
14845
|
-
"_lnk_count_circule_" +
|
|
14846
|
+
"_lnk_count_circule_" + (con == null ? void 0 : con.u_id)
|
|
14846
14847
|
);
|
|
14847
14848
|
})),
|
|
14848
14849
|
showEndpoints && (inViewConnections == null ? void 0 : inViewConnections.map((con, index) => {
|
|
@@ -14857,7 +14858,7 @@ const NetworkMapComponent = forwardRef((props, ref) => {
|
|
|
14857
14858
|
getEndpointText,
|
|
14858
14859
|
mapRotating
|
|
14859
14860
|
},
|
|
14860
|
-
"_source_port_" +
|
|
14861
|
+
"_source_port_" + (con == null ? void 0 : con.u_id)
|
|
14861
14862
|
);
|
|
14862
14863
|
})),
|
|
14863
14864
|
/* @__PURE__ */ jsxRuntimeExports.jsx(NavigationControl, {}),
|