add category hints from methodlist

This commit is contained in:
dcore94 2023-04-06 16:49:04 +02:00
parent a564e5e717
commit 4dc64fe6b4
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ class CCPMethodEditorController extends HTMLElement{
}
}
reRenderKeywords(){
reRenderCategories(){
this.#rootdoc.querySelector("div[name=category-list]").innerHTML = this.renderCategories()
}