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

Function hideHeaderDropZone

public/js/dragAndDrop.js:1211–1217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1209 }
1210}
1211function hideHeaderDropZone() {
1212 const h = getHeaderDropArea();
1213 if (h) {
1214 h.classList.remove('drag-active');
1215 if (h.children.length === 0 && !isZonesCollapsed()) h.style.display = 'none';
1216 }
1217}
1218
1219function makeCardDraggable(card) {
1220 if (!card) return;

Callers 1

makeCardDraggableFunction · 0.85

Calls 2

getHeaderDropAreaFunction · 0.85
isZonesCollapsedFunction · 0.85

Tested by

no test coverage detected