fix virtual scrolling showing nothing when clicking "show new" with too many statuses
This commit is contained in:
parent
d22fb84d12
commit
7116881b96
1 changed files with 3 additions and 0 deletions
|
|
@ -313,6 +313,9 @@ const Timeline = {
|
|||
},
|
||||
},
|
||||
watch: {
|
||||
filteredVisibleStatuses() {
|
||||
this.determineVisibleStatuses()
|
||||
},
|
||||
newStatusCount(count) {
|
||||
if (!useMergedConfigStore().mergedConfig.streaming) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue