Skip to content

Conversation

@LearningNerd
Copy link
Member

Closes #1. Yay refactoring!

  - editorChange --> editorTextChange
  - changeScroll --> editorScrollChange
  - changeCursor --> editorCursorChange
  - handleUserTyping	--> handleLocalEditorTextChange
  - handleNewCursorData	--> handleServerEditorTextChange

  - handleChangeScroll	--> handleLocalEditorScrollChange
  - handleNewScrollData	--> handleServerEditorScrollChange

  - handleChangeCursor	--> handleLocalEditorCursorChange
  - handleNewCursorData	--> handleServerEditorCursorChange
  - loggedIn --> userLogin
  - createNewGist --> handleCreateNewGist
@LearningNerd LearningNerd merged commit 180617a into master Jun 28, 2017
LearningNerd added a commit that referenced this pull request Jun 28, 2017
Fixes cursor/selection bug caused by bad search-and-replace job in PR #13 for issue #1. Now all better!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants