mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update the anchor index in the cache when marking as read
This commit is contained in:
parent
5cd5f57b4e
commit
faa2912f24
1 changed files with 1 additions and 0 deletions
|
|
@ -365,6 +365,7 @@ export function useGetLibraryItemsQuery({
|
|||
node: {
|
||||
...item.node,
|
||||
readingProgressPercent: 0,
|
||||
readingProgressAnchorIndex: 0,
|
||||
},
|
||||
})
|
||||
articleReadingProgressMutation({
|
||||
|
|
|
|||
Loading…
Reference in a new issue