Compare commits

..

No commits in common. "fb10ee54ed77a7954d7053671ca4b179fdcac221" and "6e556229635f5620fb896cd76bfadb3e4cbb55f7" have entirely different histories.

View file

@ -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