From 03c415df2c9e76c34270601a475eb9b136c3a57d Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 7 Jun 2023 18:08:28 +0200 Subject: [PATCH] fixed readonly which was missing and made readonly ccpimage fields --- ccp/js/inputwidgeteditorcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/js/inputwidgeteditorcontroller.js b/ccp/js/inputwidgeteditorcontroller.js index 75ff00f..1ce6d9b 100644 --- a/ccp/js/inputwidgeteditorcontroller.js +++ b/ccp/js/inputwidgeteditorcontroller.js @@ -65,7 +65,7 @@ class CCPInputWidgetEditorController extends HTMLElement{ this.innerHTML = `
- + ${ input.id !== 'ccpimage' ? this.renderDeleteButton() : ''}