Merge branch 'setttingssync' into shigusegubu-themes3
This commit is contained in:
commit
fb10ee54ed
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.cache._timestamp = Math.min(stale._timestamp, recent._timestamp)
|
||||||
}
|
}
|
||||||
this.highlight = this.cache.highlight
|
this.highlight = this.cache.highlight
|
||||||
|
this.pushHighlight()
|
||||||
},
|
},
|
||||||
pushHighlight({ force = false } = {}) {
|
pushHighlight({ force = false } = {}) {
|
||||||
const needPush = this.dirty || force
|
const needPush = this.dirty || force
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue