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

Function normalizeFilePath

renderer.js:9090–9094  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

9088 // Add click handlers to all tag dropdowns
9089 document.querySelectorAll('.tags-input-container select').forEach(dropdown => {
9090 dropdown.addEventListener('mousedown', async (event) => {
9091 // Prevent the default dropdown from showing immediately
9092 event.preventDefault();
9093
9094 // Refresh the dropdown content
9095 await refreshTagDropdown(dropdown);
9096
9097 // Show the dropdown

Callers 4

deduplicateModelDataFunction · 0.85
updatePendingTagDataFunction · 0.85
renderer.jsFile · 0.85
showTagPreviewDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected