forked from extern/easydiffusion
Merge pull request #1003 from patriceac/patch-50
Notify plugins when image tags get refreshed
This commit is contained in:
commit
9ca8cf810b
@ -265,6 +265,7 @@ function refreshTagsList() {
|
||||
let brk = document.createElement('br')
|
||||
brk.style.clear = 'both'
|
||||
editorModifierTagsList.appendChild(brk)
|
||||
document.dispatchEvent(new Event('refreshImageModifiers')) // notify plugins that the image tags have been refreshed
|
||||
}
|
||||
|
||||
function toggleCardState(modifierName, makeActive) {
|
||||
|
Loading…
Reference in New Issue
Block a user