no commit message

This commit is contained in:
niandeng
2022-02-09 13:16:49 +08:00
parent 707ec9f550
commit c698dfb7bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2842,7 +2842,7 @@
screenshotImg=createlImg(base64);
screenshotImg.addListener('load',function(){
C['screenshot']['img'].append(screenshotImg);
C['screenshot'].css({'width':this.getWidth()+'px'});
C['screenshot'].show().css({'width':this.getWidth()+'px'});
});
var newBlob=dataURLtoBlob(base64);
var url = URL.createObjectURL(newBlob);
+1 -1
View File
File diff suppressed because one or more lines are too long