add category hints from methodlist

This commit is contained in:
dcore94 2023-04-06 16:47:32 +02:00
parent eb1c5d40f2
commit a564e5e717
1 changed files with 1 additions and 0 deletions

View File

@ -588,6 +588,7 @@ class CCPMethodEditorController extends HTMLElement{
ev.target.value = null
if(this.#current.metadata.filter(md=>md.role === "category").length === 0){
this.#current.metadata.push({ role : "category", title : val})
this.reRenderCategories()
}
}
})