MCPcopy Create free account
hub / github.com/adobe/leonardo / bulkConvert

Function bulkConvert

docs/ui/src/js/bulkConvertDialog.js:22–30  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

20extendChroma(chroma);
21
22function bulkConvert(e) {
23 let button = document.getElementById('bulkConvert');
24 button.addEventListener('click', bulkItemConvertColorInput);
25
26 let dialog = document.getElementById('bulkConvertDialog');
27 dialog.classList.add('is-open');
28
29 document.getElementById('dialogOverlay').style.display = 'block';
30}
31
32function cancelBulkConvert() {
33 let dialog = document.getElementById('bulkConvertDialog');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected