-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed images cannot be deleted #282
Labels
good first issue
Good for newcomers
Comments
@danroot got any solution ? |
@neSpecc Can you help here |
Try adding this to the css. This helps hide the preloader or spinner . |
I'm experiencing the same issue. When I cancel the image upload, the same problem occurs. Grabacion.de.pantalla.2025-02-04.a.las.10.37.37.mov |
I had the same issue. Success uploaded image, but doesn't show the image and keep display loading. |
Tha same problem, after skip select file spinner show on page( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When an image load fails for any reason, a "spinner" is shown indefinitely and the UI toggle is never shown. This means the user cannot delete the problem image.
To Reproduce:
Expected behavior is that the image shows a failed indicator and the editorjs menu for the block is still shown, allowing the user to delete and try again.
I believe the root cause is just that only "loaded" is being handled, not "error". Adding event handling should help, or making it such that the editorjs menu is not contingent on the block to finish loading.
The text was updated successfully, but these errors were encountered: