fixed apply
This commit is contained in:
parent
4a5023b9a5
commit
03d33f6805
|
@ -80,7 +80,7 @@ class CCPExecutionForm extends HTMLElement{
|
|||
|
||||
#executionform_bss = {
|
||||
template : "#EXECUTION_FORM_TEMPLATE",
|
||||
target : "form[name=execution_form]",
|
||||
target : "div[name=execution_form]",
|
||||
in : ()=>this.#data,
|
||||
on_drop : ev=>{
|
||||
if(ev.dataTransfer && ev.dataTransfer.getData('text/plain+ccpmethod')){
|
||||
|
|
Loading…
Reference in New Issue