when execution confirmed scroll to executionform
This commit is contained in:
parent
b243178534
commit
f91e32bf43
|
@ -33,7 +33,8 @@ class CCPExecutionForm extends HTMLElement{
|
||||||
connectNewExecutionRequest(){
|
connectNewExecutionRequest(){
|
||||||
document.addEventListener("newexecutionrequest", ev=>{
|
document.addEventListener("newexecutionrequest", ev=>{
|
||||||
if(window.confirm("Confirm overwrite of execution form?")){
|
if(window.confirm("Confirm overwrite of execution form?")){
|
||||||
this.setAttribute("method", ev.detail)
|
this.setAttribute("method", ev.detail)
|
||||||
|
this.parentElement.scrollIntoViewIfNeeded()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue