We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f788bb commit 3198357Copy full SHA for 3198357
1 file changed
src/components/Manga/actions/imageLoad.ts
@@ -200,7 +200,8 @@ export const updateImgLoadType = singleThreaded(() => {
200
createEffectOn(
201
[
202
preloadNum,
203
- createRootMemo(() => [...renderImgList()].map((i) => store.imgList[i])),
+ renderImgList,
204
+ () => store.imgMap,
205
() => store.option.alwaysLoadAllImg,
206
],
207
updateImgLoadType,
0 commit comments