MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / onDoc

Function onDoc

renderer.js:14822–14828  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

14820 printed: updates.printed ? (updates.printed === 'true') : model.printed
14821 };
14822 await window.electron.saveModel(updatedModel);
14823 }
14824
14825 // Refresh the view
14826 const models = await window.electron.getAllModels();
14827 await renderFiles(models);
14828
14829 // Clear selection
14830 selectedModels.clear();
14831 document.getElementById('bulk-edit-button').classList.remove('visible');

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected