MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / initializeTabs

Function initializeTabs

web/scripts/ragnar_modern.js:809–811  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

807 if (customScanInput) {
808 customScanInput.addEventListener('keydown', function(event) {
809 if (event.key === 'Enter') {
810 event.preventDefault();
811 handleCustomDeepScanRequest();
812 }
813 });
814 }

Callers 1

ragnar_modern.jsFile · 0.70

Calls 1

showTabFunction · 0.70

Tested by

no test coverage detected