Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes bug in UndoManager where entering text while redo stack is not emp... #231

Merged
merged 3 commits into from
Oct 20, 2014

Commits on Oct 17, 2014

  1. Fixes bug in UndoManager where entering text while redo stack is not …

    …empty causes error. The error is caught in record and therefore the undo and redo stacks are cleared. The error specifically occurs because the 'oldDelta' does not match the editor state, and more specifically when that means the oldDelta lengths are incorrect. This change causes the oldDelta to be updated whenever the UndoManager has an undo or redo triggered.
    Brett Johnson committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    2aff361 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2014

  1. Remove comment (per jchen) and switch to using CoffeeScript style ins…

    …tance variable references (@).
    Brett Johnson committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    5a2803f View commit details
    Browse the repository at this point in the history
  2. Remove JS style semicolon; I'm too used to JS

    Brett Johnson committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    894122a View commit details
    Browse the repository at this point in the history