MCPcopy Create free account
hub / github.com/arfct/itty-bitty / handleInput

Function handleInput

docs/edit.js:269–271  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

267}
268
269function handleInput(e) {
270 handleContentChange(e);
271}
272
273function handleMetadataCheckbox(e) {
274 document.body.classList.toggle("no-metadata", !e.target.checked)

Callers

nothing calls this directly

Calls 1

handleContentChangeFunction · 0.85

Tested by

no test coverage detected