We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb5f66 commit f2920adCopy full SHA for f2920ad
1 file changed
web/js/autocomplete.js
@@ -523,6 +523,7 @@ class AutocompleteUI {
523
const tagRow = document.createElement('div');
524
tagRow.classList.add('autocomplete-plus-item', tagData.source);
525
tagRow.dataset.index = tagDataIndex;
526
+ tagRow.dataset.tagCategory = categoryText; // Used to color by CSS
527
528
// Tag icon and name
529
const tagSourceIconHtml = `<svg class="autocomplete-plus-tag-icon-svg"><use xlink:href="#autocomplete-plus-icon-${tagData.source}"></use></svg>`;
0 commit comments