We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b95c5 commit 7637a6aCopy full SHA for 7637a6a
1 file changed
public/js/index.js
@@ -2646,7 +2646,7 @@ editorInstance.on('cut', function () {
2646
editorInstance.on('paste', function () {
2647
// na
2648
})
2649
-editorInstance.on('changes', function (cm, changes) {
+editorInstance.on('changes', function (editor, changes) {
2650
updateHistory()
2651
var docLength = editor.getValue().length
2652
// workaround for big documents
0 commit comments