fix
This commit is contained in:
parent
fed2f1d63c
commit
2d82c95409
|
@ -260,7 +260,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
|
||||
connectNewExecution(){
|
||||
document.addEventListener("newexecution", ev=>{
|
||||
this.pending.push(ev.detail)
|
||||
this.#pending.push(ev.detail)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue