Update CodeMirror to version 5.15.3
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
return {
|
||||
startState: function () {
|
||||
var state = htmlMode.startState();
|
||||
var state = CodeMirror.startState(htmlMode);
|
||||
return {token: html, inTag: null, localMode: null, localState: null, htmlState: state};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user