Update the anchor index in the cache when marking as read
This commit is contained in:
@ -365,6 +365,7 @@ export function useGetLibraryItemsQuery({
|
||||
node: {
|
||||
...item.node,
|
||||
readingProgressPercent: 0,
|
||||
readingProgressAnchorIndex: 0,
|
||||
},
|
||||
})
|
||||
articleReadingProgressMutation({
|
||||
|
||||
Reference in New Issue
Block a user