@mx-cartographer/insights-ui 1.16.13 → 1.16.14-alpha.JB1
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.es.js +1 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1202,10 +1202,7 @@ const de = (t) => {
|
|
|
1202
1202
|
if (o.current) {
|
|
1203
1203
|
const h = o.current, c = h.parentElement;
|
|
1204
1204
|
if (c) {
|
|
1205
|
-
const E = Array.from(c.children).reduce((v, f) => f !== h ? v + f.clientHeight : v, 0), k = c.clientHeight - E - 24, x = parseInt(
|
|
1206
|
-
window.getComputedStyle(h).lineHeight,
|
|
1207
|
-
10
|
|
1208
|
-
), J = Math.floor(k / x);
|
|
1205
|
+
const E = Array.from(c.children).reduce((v, f) => f !== h ? v + f.clientHeight : v, 0), k = c.clientHeight - E - 24, x = parseInt(window.getComputedStyle(h).lineHeight, 10) + 4, J = Math.floor(k / x);
|
|
1209
1206
|
J !== l && s(J);
|
|
1210
1207
|
}
|
|
1211
1208
|
}
|