MCPcopy Create free account
hub / github.com/error311/FileRise / hideModal

Function hideModal

public/js/dragAndDrop.js:294–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 modal.style.opacity = '1';
293 }
294 function hideModal() {
295 if (!modal) return;
296 modal.style.visibility = 'hidden';
297 modal.style.opacity = '0';
298 const hiddenNow = $('hiddenCardsContainer');
299 if (hiddenNow && modal.contains(card)) hiddenNow.appendChild(card);
300 }
301 function maybeHide() {
302 setTimeout(() => {
303 if (!hoverActive && !isLocked) hideModal();

Callers 2

maybeHideFunction · 0.85
insertCardInHeaderFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected