removed stopPopagation that made event no bubble to editor2
This commit is contained in:
parent
94d1357ba2
commit
85e5c9b8e7
|
@ -709,7 +709,6 @@ class CCPRemoteFileInputWidgetController extends CCPBaseInputWidgetController {
|
||||||
})
|
})
|
||||||
|
|
||||||
this.addEventListener("input", ev => {
|
this.addEventListener("input", ev => {
|
||||||
ev.stopPropagation()
|
|
||||||
if (ev.target.getAttribute("name") == this.name && ev.target.getAttribute("data-index") != null) {
|
if (ev.target.getAttribute("name") == this.name && ev.target.getAttribute("data-index") != null) {
|
||||||
this.value[Number(ev.target.getAttribute("data-index"))] = ev.target.value
|
this.value[Number(ev.target.getAttribute("data-index"))] = ev.target.value
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue