Closed bouceka closed 8 months ago
Link to the bug: Issue 309
After an image was changed by react-moveable, the type was overridden by "updated-image" which caused the ImageResizer to unrecognize the ContentType, which should be "image."
Before resize:
https://github.com/steven-tey/novel/assets/49728880/4ed7c476-7c0c-46b6-ad6d-d2eaee61e3ac
After resize:
ImageResizer only handles the type "image"
If there is a particular reason to have "updated-image" type feel free to discard this otherwise, this is a tiny fix 😏
@bouceka is attempting to deploy a commit to the Elegance Team on Vercel.
A member of the Team first needs to authorize it.
Link to the bug: Issue 309
After an image was changed by react-moveable, the type was overridden by "updated-image" which caused the ImageResizer to unrecognize the ContentType, which should be "image."
Before resize:
https://github.com/steven-tey/novel/assets/49728880/4ed7c476-7c0c-46b6-ad6d-d2eaee61e3ac
After resize:
ImageResizer only handles the type "image"
If there is a particular reason to have "updated-image" type feel free to discard this otherwise, this is a tiny fix 😏