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

Function hideHeaderDockPersistent

public/js/dragAndDrop.js:500–506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498 }
499}
500function hideHeaderDockPersistent() {
501 const h = getHeaderDropArea();
502 if (h) {
503 h.classList.remove('dock-visible');
504 if (h.children.length === 0) h.style.display = 'none';
505 }
506}
507
508const COLLAPSE_ANIMATION_MS = 420;
509const COLLAPSE_TARGET_SCALE = 0.14;

Callers 1

setZonesCollapsedFunction · 0.85

Calls 1

getHeaderDropAreaFunction · 0.85

Tested by

no test coverage detected