Compare commits
2 commits
6e55622963
...
fb10ee54ed
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb10ee54ed | ||
|
|
e77e8431c6 |
1 changed files with 1 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
|
|||
this.cache._timestamp = Math.min(stale._timestamp, recent._timestamp)
|
||||
}
|
||||
this.highlight = this.cache.highlight
|
||||
this.pushHighlight()
|
||||
},
|
||||
pushHighlight({ force = false } = {}) {
|
||||
const needPush = this.dirty || force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue