Remove soptimization
This commit is contained in:
@ -408,9 +408,6 @@ export default function PdfArticleContainer(
|
||||
100,
|
||||
Math.max(0, ((pageIndex + 1) / instance.totalPageCount) * 100)
|
||||
)
|
||||
if (percent <= props.article.readingProgressPercent) {
|
||||
return
|
||||
}
|
||||
await articleReadingProgressMutation({
|
||||
id: props.article.id,
|
||||
force: true,
|
||||
|
||||
Reference in New Issue
Block a user