We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab05b1 commit 05fd47cCopy full SHA for 05fd47c
static_libs/build_codemirror.js
@@ -19,17 +19,6 @@ function unescapeUnicode(str) {
19
});
20
}
21
22
-// window.createEditor = (doc, el, onChange) => new EditorView({
23
-// doc: doc || '',
24
-// extensions: [
25
-// basicSetup,
26
-// keymap.of([indentWithTab]),
27
-// keymap.of([defaultKeymap]),
28
-// python(),
29
-// updateListenerExtension(onChange)
30
-// ],
31
-// parent: el
32
-// })
33
window.createEditor = (doc, el, onChange) => {
34
// Custom Tab keymap - Tab always indents, unless completing active suggestions
35
const customTabKeymap = keymap.of([
0 commit comments