@mlw-packages/react-components 1.10.6 → 1.10.7
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16323,7 +16323,7 @@ var SystemTooltip = ({
|
|
|
16323
16323
|
e.stopPropagation();
|
|
16324
16324
|
const rect = e.currentTarget.getBoundingClientRect();
|
|
16325
16325
|
const pos = { x: rect.right + 8, y: rect.top };
|
|
16326
|
-
if (conn.integration?.
|
|
16326
|
+
if (conn.integration?.processName) {
|
|
16327
16327
|
onProcessClick?.(conn, pos);
|
|
16328
16328
|
} else {
|
|
16329
16329
|
onConnectionClick?.(conn, pos);
|
package/dist/index.mjs
CHANGED
|
@@ -16280,7 +16280,7 @@ var SystemTooltip = ({
|
|
|
16280
16280
|
e.stopPropagation();
|
|
16281
16281
|
const rect = e.currentTarget.getBoundingClientRect();
|
|
16282
16282
|
const pos = { x: rect.right + 8, y: rect.top };
|
|
16283
|
-
if (conn.integration?.
|
|
16283
|
+
if (conn.integration?.processName) {
|
|
16284
16284
|
onProcessClick?.(conn, pos);
|
|
16285
16285
|
} else {
|
|
16286
16286
|
onConnectionClick?.(conn, pos);
|