Renaming custom-modifier-category to modifier-category

This commit is contained in:
patriceac
2023-02-24 13:55:18 -08:00
committed by GitHub
parent a6f94959fe
commit 5698473891

View File

@ -115,7 +115,7 @@ function createModifierGroup(modifierGroup, initiallyExpanded, removeBy) {
modifiersEl.appendChild(brk)
let e = document.createElement('div')
e.className = 'custom-modifier-category'
e.className = 'modifier-category'
e.appendChild(titleEl)
e.appendChild(modifiersEl)