Compare commits
No commits in common. "fb10ee54ed77a7954d7053671ca4b179fdcac221" and "6e556229635f5620fb896cd76bfadb3e4cbb55f7" have entirely different histories.
fb10ee54ed
...
6e55622963
1 changed files with 0 additions and 1 deletions
|
|
@ -326,7 +326,6 @@ 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