refactor(helpers): modernize reactive helpers and add tests
This commit is contained in:
@@ -291,7 +291,7 @@ export function createVirtualizer<T>(
|
||||
},
|
||||
};
|
||||
} else {
|
||||
containerHeight = node.offsetHeight;
|
||||
containerHeight = node.clientHeight;
|
||||
|
||||
const handleScroll = () => {
|
||||
scrollOffset = node.scrollTop;
|
||||
|
||||
Reference in New Issue
Block a user