virtual scrolling improvements

This commit is contained in:
Henry Jameson 2026-08-24 15:36:28 +03:00
commit 58bc4b3347
3 changed files with 23 additions and 11 deletions

View file

@ -540,10 +540,5 @@ export const useStatusesStore = defineStore('statuses', {
})
return removed
},
// Misc
setVirtualHeight({ statusId, height }) {
this.allStatuses.get(statusId).virtualHeight = height
},
},
})