mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-26 02:05:09 +01:00
Renaming custom-modifier-category to modifier-category
This commit is contained in:
parent
a6f94959fe
commit
5698473891
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user