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

Function disableBrowserMagic

static/editor.md/lib/codemirror/lib/codemirror.js:1143–1147  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

1141 }
1142
1143 function disableBrowserMagic(field) {
1144 field.setAttribute("autocorrect", "off");
1145 field.setAttribute("autocapitalize", "off");
1146 field.setAttribute("spellcheck", "false");
1147 }
1148
1149 // TEXTAREA INPUT STYLE
1150

Callers 2

hiddenTextareaFunction · 0.70
codemirror.jsFile · 0.70

Calls 1

setAttributeMethod · 0.45

Tested by

no test coverage detected