fix lint and add changelog entry

This commit is contained in:
Lain Soykaf 2026-05-13 11:26:48 +04:00
commit 304655d448
No known key found for this signature in database
5 changed files with 13 additions and 12 deletions

View file

@ -292,7 +292,10 @@ export const useUserHighlightStore = defineStore('user_highlight', {
)
}
})
storage.setItem('vuex-lz', { ...vuexState, config: { ...config, highlight } })
storage.setItem('vuex-lz', {
...vuexState,
config: { ...config, highlight },
})
if (recent === null) {
console.debug(