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

Function cancelBulkConvert

docs/ui/src/js/bulkConvertDialog.js:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function cancelBulkConvert() {
33 let dialog = document.getElementById('bulkConvertDialog');
34 dialog.classList.remove('is-open');
35 document.getElementById('dialogOverlay').style.display = 'none';
36}
37
38function bulkItemConvertColorInput(e) {
39 let background = document.getElementById('bulkConvertBackground').value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected