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

Undo stack persists between files #4

Open
bekroogle opened this issue Jul 29, 2014 · 0 comments
Open

Undo stack persists between files #4

bekroogle opened this issue Jul 29, 2014 · 0 comments
Labels

Comments

@bekroogle
Copy link
Contributor

The Ace editor is only maintaining a single UndoManager even for multiple files.

To reproduce this bug:

  1. Select one file, taking note of its contents in the editor.
  2. Select a different file.
  3. Click within the editor to set focus.
  4. Press Ctrl-z (mac: ⌘-z) to trigger an undo.
  5. Notice that the contents of the previous file have now been loaded into the editor.
@bekroogle bekroogle added the bug label Jul 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant