mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
chore(utils): isHidden support ref element
This commit is contained in:
@@ -113,7 +113,7 @@ export default createComponent({
|
||||
};
|
||||
|
||||
const onScroll = () => {
|
||||
if (isHidden(root.value)) {
|
||||
if (isHidden(root)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user