Fix an issue with the cursor sometimes disappearing when a patch was received
Update CodeMirror to the latest version (5.13.2)
This commit is contained in:
3
www/code/codemirror-5.13.2/bin/lint
Normal file
3
www/code/codemirror-5.13.2/bin/lint
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
process.exit(require("../test/lint").ok ? 0 : 1);
|
||||
Reference in New Issue
Block a user