From e358d7ab50ed71fb5cb9b11bb662f9ce07070368 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 6 Apr 2023 16:52:27 +0200 Subject: [PATCH] add category hints from methodlist --- ccp/js/methodeditorcontroller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index faaaf4b..ce3cb0e 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -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 ` -
- ${k} +
+ ${k.title} x
`