add category hints from methodlist

This commit is contained in:
dcore94 2023-04-06 17:14:01 +02:00
parent 682212f1bc
commit 459347d948
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ class CCPMethodEditorController extends HTMLElement{
}
renderCategories(){
if(this.#current.keywords){
if(this.#current.metadata){
return this.#current.metadata.filter(md=>md.role === "category").map((k,i) => {
return `
<div class="ccp-option badge ccp-category" title="${k.title}" alt="${k.title}">