You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that images are loaded from page 1 to current page when a paged mode
To Reproduce
Steps to reproduce the behavior:
Go to middle of book at the paged mode reader
Refresh the page
See network logs
Expected behavior
I realized that these were unnecessary requests from the continuous mode reader.
Using x-if, I removed DOM of continuous mode reader when the reader mode is paged mode.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've noticed that images are loaded from page 1 to current page when a paged mode
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I realized that these were unnecessary requests from the continuous mode reader.
Using
x-if
, I removed DOM of continuous mode reader when the reader mode is paged mode.The text was updated successfully, but these errors were encountered: