virtual scrolling improvements
This commit is contained in:
parent
1c1526c065
commit
58bc4b3347
3 changed files with 23 additions and 11 deletions
|
|
@ -540,10 +540,5 @@ export const useStatusesStore = defineStore('statuses', {
|
|||
})
|
||||
return removed
|
||||
},
|
||||
|
||||
// Misc
|
||||
setVirtualHeight({ statusId, height }) {
|
||||
this.allStatuses.get(statusId).virtualHeight = height
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue