mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-12 09:19:24 +02:00
Renaming custom-modifier-category to modifier-category
This commit is contained in:
@ -115,7 +115,7 @@ function createModifierGroup(modifierGroup, initiallyExpanded, removeBy) {
|
|||||||
modifiersEl.appendChild(brk)
|
modifiersEl.appendChild(brk)
|
||||||
|
|
||||||
let e = document.createElement('div')
|
let e = document.createElement('div')
|
||||||
e.className = 'custom-modifier-category'
|
e.className = 'modifier-category'
|
||||||
e.appendChild(titleEl)
|
e.appendChild(titleEl)
|
||||||
e.appendChild(modifiersEl)
|
e.appendChild(modifiersEl)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user