qor / admin

Qor Admin - Instantly create a beautiful, cross platform, configurable Admin Interface and API for managing your data in minutes.
918 stars 189 forks source link

Fix crop local image bug #249

Closed jsthon closed 3 years ago

jsthon commented 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.