Skip to content

Commit b3dbe8a

Browse files
committed
Fix search-and-replace mistake
1 parent 5ed5588 commit b3dbe8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/local.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ editor.getSession().setMode('ace/mode/javascript');
106106
Send: (sent after creating or forking)
107107
-------------------------------------------------------------- */
108108
editor.getSession().on('change', handleLocalEditorTextChange);
109-
editor.getSession().selection.on('editorCursorChange', handleLocalEditorCursorChange);
109+
editor.getSession().selection.on('changeCursor', handleLocalEditorCursorChange);
110110
editor.getSession().on('changeScrollLeft', handleLocalEditorScrollChange);
111111
editor.getSession().on('changeScrollTop', handleLocalEditorScrollChange);
112112

0 commit comments

Comments
 (0)