more linting

This commit is contained in:
Víctor Losada Hernández
2026-08-27 20:35:32 +02:00
parent c747b60bb7
commit fdc470b0c3
2 changed files with 0 additions and 3 deletions
@@ -354,7 +354,6 @@ class ImageWidget extends WidgetType {
img.className = 'cm-preview';
img.src = this.url;
img.onerror = ()=>{
img.src = 'client/icons/broken-image.jpg';
};