From 4dc64fe6b4bbe69eb0e2095e02cf090206c728a2 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 6 Apr 2023 16:49:04 +0200 Subject: [PATCH] add category hints from methodlist --- ccp/js/methodeditorcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index 59440d6..faaaf4b 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -870,7 +870,7 @@ class CCPMethodEditorController extends HTMLElement{ } } - reRenderKeywords(){ + reRenderCategories(){ this.#rootdoc.querySelector("div[name=category-list]").innerHTML = this.renderCategories() }