Skip to content

Commit 08d4c92

Browse files
Update web_src/js/features/comp/Cropper.ts
Co-authored-by: silverwind <me@silverwind.io>
1 parent 5f893c3 commit 08d4c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/comp/Cropper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type CropperOpts = {
66
fileInput: HTMLInputElement,
77
}
88

9-
export async function initCompCropper({container, fileInput, imageSource}:CropperOpts) {
9+
export async function initCompCropper({container, fileInput, imageSource}: CropperOpts) {
1010
const {default: Cropper} = await import(/* webpackChunkName: "cropperjs" */'cropperjs');
1111
let currentFileName = '', currentFileLastModified = 0;
1212
const cropper = new Cropper(imageSource, {

0 commit comments

Comments
 (0)