mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove soptimization
This commit is contained in:
parent
973c1dec1e
commit
95c984edf1
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue