Update cm instance in changes event argument

This commit is contained in:
Yukai Huang 2017-03-28 17:32:42 +08:00
parent f5b95c5d36
commit 7637a6a8a6

View file

@ -2646,7 +2646,7 @@ editorInstance.on('cut', function () {
editorInstance.on('paste', function () { editorInstance.on('paste', function () {
// na // na
}) })
editorInstance.on('changes', function (cm, changes) { editorInstance.on('changes', function (editor, changes) {
updateHistory() updateHistory()
var docLength = editor.getValue().length var docLength = editor.getValue().length
// workaround for big documents // workaround for big documents