fixes #4 for real

* Deleting a link deletes the thumbnails
* Joining thumbnails now ignores not visible
This commit is contained in:
Max G
2020-02-10 21:09:09 +00:00
parent ad91218359
commit 623d094d7b
3 changed files with 14 additions and 45 deletions

View File

@@ -376,8 +376,7 @@
//If greater than 80 of the way down the page, load the next batch
if(percentageDown >= 80){
console.log('loading next batch')
this.search(false, this.batchSize, true)
}