We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e74c019 + 85c8040 commit 9cbc306Copy full SHA for 9cbc306
Picviewer CE+/dist.user.js
@@ -23539,6 +23539,7 @@ ImgOps | https://imgops.com/#b#`;
23539
},
23540
remove:function(){
23541
if(!this.removed){
23542
+ lastPopupLoading = null;
23543
this.removed=true;
23544
this.loadingAnim.parentNode.removeChild(this.loadingAnim);
23545
LoadingAnimC.all.splice(LoadingAnimC.all.indexOf(this),1);
@@ -23651,6 +23652,7 @@ ImgOps | https://imgops.com/#b#`;
23651
23652
23653
23654
load:async function(img,e){
23655
23656
this.remove();
23657
this.img=img;
23658
var buttonType=this.buttonType;
0 commit comments