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

Function breadcrumbDropHandler

public/js/folderManager.js:703–710  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

701 link.classList.remove("drop-hover");
702}
703function breadcrumbDropHandler(e) {
704 const link = e.target.closest(".breadcrumb-link");
705 if (!link) return;
706 e.preventDefault();
707 link.classList.remove("drop-hover");
708 const dropFolder = link.getAttribute("data-folder");
709 handleDropOnFolder(e, dropFolder);
710}
711
712/* ----------------------
713 Folder-only scope (server truthy)

Callers

nothing calls this directly

Calls 1

handleDropOnFolderFunction · 0.85

Tested by

no test coverage detected