Merge pull request #1003 from patriceac/patch-50

Notify plugins when image tags get refreshed
This commit is contained in:
cmdr2 2023-03-14 10:41:12 +05:30 committed by GitHub
commit 9ca8cf810b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {