Update web_src/js/features/comp/Cropper.ts

Co-authored-by: silverwind <me@silverwind.io>
pull/32565/head
Kerwin Bryant 3 months ago committed by GitHub
parent e6b3a3f0d7
commit 36945d75fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web_src/js/features/comp/Cropper.ts

@ -44,7 +44,7 @@ export function initCompCropper() {
let reader;
let file;
if (files && files.length > 0) {
if (files?.length > 0) {
file = files[0];
filename = file.name;
if (URL) {

Loading…
Cancel
Save