ccp-features #7

Merged
m.lettere merged 11 commits from ccp-features into master 2023-06-21 15:58:18 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 6d779e3862 - Show all commits

View File

@ -236,6 +236,8 @@ class CCPMethodEditorController extends HTMLElement{
return null
}else throw "Error deleting method: " + resp.status
}).then(data=>{
this.#isupdate = false
this.initMethod()
this.unlockRender()
}).catch(err=>{
alert(err)