forked from extern/easydiffusion
Updated the class name for a querySelector
This commit is contained in:
parent
4264c2e266
commit
67252e0c6b
@ -1428,7 +1428,7 @@ function refreshTagsList() {
|
|||||||
|
|
||||||
if (idx !== -1) {
|
if (idx !== -1) {
|
||||||
activeTags[idx].originElement.classList.remove(activeCardClass);
|
activeTags[idx].originElement.classList.remove(activeCardClass);
|
||||||
activeTags[idx].originElement.querySelector('.modifier-card-overlay').innerText = '+';
|
activeTags[idx].originElement.querySelector('.modifier-card-image-overlay').innerText = '+';
|
||||||
|
|
||||||
activeTags.splice(idx, 1);
|
activeTags.splice(idx, 1);
|
||||||
refreshTagsList();
|
refreshTagsList();
|
||||||
|
Loading…
Reference in New Issue
Block a user