mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
parent
4fdcc90c41
commit
f091582e03
@ -144,6 +144,7 @@ const List = defineComponent({
|
||||
end: state.mergedData.length - 1,
|
||||
offset: undefined,
|
||||
};
|
||||
return;
|
||||
}
|
||||
|
||||
// Always use virtual scroll bar in avoid shaking
|
||||
@ -154,6 +155,7 @@ const List = defineComponent({
|
||||
end: state.mergedData.length - 1,
|
||||
offset: undefined,
|
||||
};
|
||||
return;
|
||||
}
|
||||
|
||||
let itemTop = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user