We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88de5f4 commit aaa06baCopy full SHA for aaa06ba
1 file changed
src/monkey/copymanga-enhance/index.ts
@@ -14,7 +14,7 @@ const renderNewPage = () => {
14
15
setTimeout(() => {
16
let cacheContent = storage.pageInfo
17
- if (cacheContent) {
+ if (cacheContent?.images.length) {
18
console.info('Found cache')
19
return renderNewPage()
20
}
0 commit comments