fix not synching

This commit is contained in:
Henry Jameson 2026-03-13 13:20:51 +02:00
commit e77e8431c6

View file

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