fix flush marker not resetting
This commit is contained in:
parent
3e59c61baf
commit
c5f7b5df19
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ export const useTimelinesStore = defineStore('timelines', {
|
||||||
timeline.newStatusCount = 0
|
timeline.newStatusCount = 0
|
||||||
timeline.maxId = ''
|
timeline.maxId = ''
|
||||||
timeline.minId = ''
|
timeline.minId = ''
|
||||||
|
timeline.flushMarker = 0
|
||||||
},
|
},
|
||||||
activatePersistents() {
|
activatePersistents() {
|
||||||
TIMELINES.forEach((name) => {
|
TIMELINES.forEach((name) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue