forked from extern/easydiffusion
Merge pull request #710 from patriceac/image-modifiers-events
Adding image modifier events to core plugins
This commit is contained in:
commit
08675b39f7
@ -74,6 +74,7 @@
|
||||
// update activeTags
|
||||
const tag = activeTags.splice(currentPos, 1)
|
||||
activeTags.splice(droppedPos, 0, tag[0])
|
||||
document.dispatchEvent(new Event('refreshImageModifiers'))
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -58,6 +58,7 @@
|
||||
break
|
||||
}
|
||||
}
|
||||
document.dispatchEvent(new Event('refreshImageModifiers'))
|
||||
}
|
||||
}
|
||||
})
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
return obj;
|
||||
});
|
||||
console.log(activeTags)
|
||||
document.dispatchEvent(new Event('refreshImageModifiers'))
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user