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

Function scheduleBlankFolderIconRepair

public/js/fileDragDrop.js:66–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65}
66function scheduleBlankFolderIconRepair() {
67 try {
68 const kick = () => { try { repairBlankFolderIcons({ force: true }); } catch (e) {} };
69 if (typeof queueMicrotask === 'function') queueMicrotask(kick);
70 setTimeout(kick, 80);
71 setTimeout(kick, 250);
72 } catch (e) { /* ignore */ }
73}
74function getNameFromAny(el) {
75 const row = getRowEl(el);
76 if (!row) return null;

Callers 1

folderDropHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected