We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74dcea4 + b3dbe8a commit 86522d2Copy full SHA for 86522d2
public/local.js
@@ -103,7 +103,7 @@ editor.getSession().setMode('ace/mode/javascript');
103
Send: (sent after creating or forking)
104
-------------------------------------------------------------- */
105
editor.getSession().on('change', handleLocalEditorTextChange);
106
-editor.getSession().selection.on('editorCursorChange', handleLocalEditorCursorChange);
+editor.getSession().selection.on('changeCursor', handleLocalEditorCursorChange);
107
editor.getSession().on('changeScrollLeft', handleLocalEditorScrollChange);
108
editor.getSession().on('changeScrollTop', handleLocalEditorScrollChange);
109
0 commit comments