MCPcopy Create free account
hub / github.com/TruthHun/BookStack / save

Function save

static/mergely/lib/codemirror.js:5917–5917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5915 }
5916
5917 function save() {textarea.value = cm.getValue();}
5918 if (textarea.form) {
5919 on(textarea.form, "submit", save);
5920 // Deplorable hack to make the submit method do the right thing.

Callers 1

codemirror.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected