add category hints from methodlist
This commit is contained in:
parent
4dc64fe6b4
commit
e358d7ab50
|
@ -878,8 +878,8 @@ class CCPMethodEditorController extends HTMLElement{
|
|||
if(this.#current.keywords){
|
||||
return this.#current.metadata.filter(md=>md.role === "category").map((k,i) => {
|
||||
return `
|
||||
<div class="ccp-option badge ccp-category" title="${k}" alt="${k}">
|
||||
<span>${k}</span>
|
||||
<div class="ccp-option badge ccp-category" title="${k.title}" alt="${k.title}">
|
||||
<span>${k.title}</span>
|
||||
<span class="btn text-danger ccp-toolbar-button" name="delete-category" data-index="${i}">x</span>
|
||||
</div>
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue