removed stopPopagation that made event no bubble to editor2

This commit is contained in:
dcore94 2024-06-14 12:43:01 +02:00
parent 94d1357ba2
commit 85e5c9b8e7
1 changed files with 0 additions and 1 deletions

View File

@ -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
}