fixed apply

This commit is contained in:
dcore94 2022-03-28 16:52:09 +02:00
parent 4a5023b9a5
commit 03d33f6805
1 changed files with 1 additions and 1 deletions

View File

@ -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')){