We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed5588 commit b3dbe8aCopy full SHA for b3dbe8a
public/local.js
@@ -106,7 +106,7 @@ editor.getSession().setMode('ace/mode/javascript');
106
Send: (sent after creating or forking)
107
-------------------------------------------------------------- */
108
editor.getSession().on('change', handleLocalEditorTextChange);
109
-editor.getSession().selection.on('editorCursorChange', handleLocalEditorCursorChange);
+editor.getSession().selection.on('changeCursor', handleLocalEditorCursorChange);
110
editor.getSession().on('changeScrollLeft', handleLocalEditorScrollChange);
111
editor.getSession().on('changeScrollTop', handleLocalEditorScrollChange);
112
0 commit comments