react-crud-mobile 1.0.653 → 1.0.654
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/react-crud-mobile.cjs.development.js +1 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIListRow.tsx +1 -1
|
@@ -725,7 +725,7 @@ function UIListRow(props) {
|
|
|
725
725
|
}))),
|
|
726
726
|
row = _useState[0];
|
|
727
727
|
var targetRef = React.useRef(null);
|
|
728
|
-
var isVisible = useIsVisible(targetRef,
|
|
728
|
+
var isVisible = useIsVisible(targetRef, row);
|
|
729
729
|
var onClick = function onClick(item) {
|
|
730
730
|
row.call('click', {
|
|
731
731
|
value: item,
|