mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-10-23 20:51:18 +08:00
feat: update
This commit is contained in:
@@ -135,7 +135,7 @@ export default {
|
||||
// 懒加载
|
||||
const callBack = (e) => {
|
||||
const { scrollTop, clientHeight, scrollHeight } = e.target.scrollingElement
|
||||
if (scrollTop + clientHeight + 10 >= scrollHeight) {
|
||||
if (scrollTop + clientHeight + 20 >= scrollHeight) {
|
||||
this.offset += this.GAP + 1
|
||||
let addition = []
|
||||
if (this.activeTab !== 'all') {
|
||||
|
Reference in New Issue
Block a user