MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / save

Function save

static/js/codemirror/codemirror.js:3275–3275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3273 }
3274
3275 function save() {textarea.value = cm.getValue();}
3276 if (textarea.form) {
3277 // Deplorable hack to make the submit method do the right thing.
3278 on(textarea.form, "submit", save);

Callers 1

codemirror.jsFile · 0.85

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected