You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an img to the canvas with an invalid URL in the srcset
Check the network tab in Chrome dev console - the asset request correctly returns a 404, but the browser continues to make this request in an infinite loop.
What is the expected behavior?
img is not requested again after the first 404, and ideally shows same fallback as when there is a broken src
GrapesJS version
What browser are you using?
Chrome v131
Reproducible demo link
https://jsfiddle.net/cmq9end2/1/
Describe the bug
How to reproduce the bug?
What is the expected behavior?
img is not requested again after the first 404, and ideally shows same fallback as when there is a broken
src
Code of Conduct
The text was updated successfully, but these errors were encountered: