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

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