Merge pull request #932 from patriceac/patch-42

DOM tweaking to identify modifier categories
This commit is contained in:
cmdr2 2023-02-28 14:41:46 +05:30 committed by GitHub
commit 3024465086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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