Closed jsthon closed 3 years ago
https://theplanttokyo.atlassian.net/browse/MCD-669
Upload the image for the first time and crop it, the image is not saved on the remote, so the $target.attr('data-original-url') is undefined, then call $target.attr('data-original-url').replace(/file\./, 'file.original.')) will be thrown error.
$target.attr('data-original-url')
undefined
$target.attr('data-original-url').replace(/file\./, 'file.original.'))
https://theplanttokyo.atlassian.net/browse/MCD-669
Upload the image for the first time and crop it, the image is not saved on the remote, so the
$target.attr('data-original-url')
isundefined
, then call$target.attr('data-original-url').replace(/file\./, 'file.original.'))
will be thrown error.