diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js index c105a4a..95a2c10 100644 --- a/ccp/js/inputwidgetcontroller.js +++ b/ccp/js/inputwidgetcontroller.js @@ -709,7 +709,6 @@ class CCPRemoteFileInputWidgetController extends CCPBaseInputWidgetController { }) this.addEventListener("input", ev => { - ev.stopPropagation() if (ev.target.getAttribute("name") == this.name && ev.target.getAttribute("data-index") != null) { this.value[Number(ev.target.getAttribute("data-index"))] = ev.target.value }