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.
1 parent ad16758 commit 356bf32Copy full SHA for 356bf32
web_src/js/features/comp/Cropper.ts
@@ -55,6 +55,7 @@ async function initCompCropper({container, fileInput, imageSource}: CropperOpts)
55
currentFileLastModified = files[0].lastModified;
56
const fileURL = URL.createObjectURL(files[0]);
57
imageSource.src = fileURL;
58
+ // @ts-expect-error - https://github.com/go-gitea/gitea/pull/33827
59
imgEl.src = fileURL;
60
showElem(container);
61
}
0 commit comments