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

Function showHeaderDropZone

public/js/dragAndDrop.js:1204–1210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1202 top.style.display = hasAny ? '' : 'none';
1203}
1204function showHeaderDropZone() {
1205 const h = getHeaderDropArea();
1206 if (h) {
1207 h.style.display = 'inline-flex';
1208 h.classList.add('drag-active');
1209 }
1210}
1211function hideHeaderDropZone() {
1212 const h = getHeaderDropArea();
1213 if (h) {

Callers 1

makeCardDraggableFunction · 0.85

Calls 1

getHeaderDropAreaFunction · 0.85

Tested by

no test coverage detected