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

Function portalFileModalsToBody

public/js/fileActions.js:301–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299];
300
301function portalFileModalsToBody() {
302 FILE_MODAL_IDS.forEach(id => {
303 const el = document.getElementById(id);
304 if (el && el.parentNode !== document.body) {
305 document.body.appendChild(el);
306 }
307 });
308}
309
310function getSelectedFileObjects() {
311 const selected = getActiveSelectedFileCheckboxes().map(cb => cb.value);

Callers 1

initFileActionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected