| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
By doing so we are able to perform all the logic when replacing an editor and using an image editor with support for all the functionality allowing us to override the default methods as need it.
Due this logic is already handled by the image editor there's no need for us to mock this logic if not required.
If no editor or mime is supported there's no need to go down the logic of the function creating an image if no editor is available or if the mime is not supported.
There was a problem hiding this comment.
@mitogh Awesome work catching and fixing this!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes #258
Relevant technical choices
The update uses WP internals to allow for a more appropriate editor instead of the default one based only on the image file when the provided mime type would make a difference as the provided mime type might be supported for other editors besides the default one.
Checklist