@annalib/anna-core 7.4.4 → 7.4.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/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs +1 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3392,7 +3392,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3392
3392
|
elements[0].remove();
|
|
3393
3393
|
}
|
|
3394
3394
|
while (gtTooltip && gtTooltip.length > 0) {
|
|
3395
|
-
|
|
3395
|
+
gtTooltip[0].remove();
|
|
3396
3396
|
}
|
|
3397
3397
|
// If the user has scrolled within 150px of the bottom, add more data
|
|
3398
3398
|
const buffer = 150;
|