MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / closeBulkActionsModal

Function closeBulkActionsModal

codeclash/viewer/static/js/picker.js:163–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163function closeBulkActionsModal() {
164 const modal = document.getElementById("bulk-actions-modal");
165 modal.style.display = "none";
166 document.getElementById("bulk-actions-textarea").value = "";
167 hideModalWarning();
168}
169
170function closeBulkActionsModalOnOverlay(event) {
171 if (event.target === event.currentTarget) {

Callers 2

picker.jsFile · 0.85

Calls 1

hideModalWarningFunction · 0.85

Tested by

no test coverage detected