Compare commits
No commits in common. "cedb40699d83e0cfd57739e5fde55f58219118de" and "c91e52f18f8cfb8cdb0dd57a10203b22bd4535b7" have entirely different histories.
cedb40699d
...
c91e52f18f
1 changed files with 1 additions and 4 deletions
|
|
@ -389,10 +389,7 @@ export const useTimelinesStore = defineStore('timelines', {
|
|||
const timeline = this[timelineName]
|
||||
|
||||
timeline.newStatusCount = 0
|
||||
timeline.order = timeline.order.slice(0, 50)
|
||||
timeline.statusIds = new Set([...timeline.order])
|
||||
timeline.visibleStatusIds = new Set([...timeline.order])
|
||||
this.updateTimelineExtremes(timeline)
|
||||
timeline.visibleStatusIds = new Set([...timeline.statusIds])
|
||||
},
|
||||
syncOrder(timeline) {
|
||||
timeline.order = timeline.order.filter((id) => timeline.statusIds.has(id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue