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

Function showHeaderDockPersistent

public/js/dragAndDrop.js:493–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491
492// -------------------- header dock visibility helpers --------------------
493function showHeaderDockPersistent() {
494 const h = getHeaderDropArea();
495 if (h) {
496 h.style.display = 'inline-flex';
497 h.classList.add('dock-visible');
498 }
499}
500function hideHeaderDockPersistent() {
501 const h = getHeaderDropArea();
502 if (h) {

Callers 4

insertCardInHeaderFunction · 0.85
setZonesCollapsedFunction · 0.85
loadHeaderOrderFunction · 0.85

Calls 1

getHeaderDropAreaFunction · 0.85

Tested by

no test coverage detected