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 #16

Open
gcurtis opened this issue Sep 7, 2014 · 0 comments
Open

Undo #16

gcurtis opened this issue Sep 7, 2014 · 0 comments
Labels
Milestone

Comments

@gcurtis
Copy link
Member

gcurtis commented Sep 7, 2014

Allow an operation to be reverted so that user-specific undo can be supported. For example:

  1. User 1 types "abc"
  2. User 2 types "def"
  3. User 1 clicks undo

An operation reverting the first change would need to be generated so that "abc" is deleted and not "def", even though "def" was last typed into the document. In other words, op1 = { insert "abc" }; revert(op1) = { delete 3, skip 3 }.

@gcurtis gcurtis added the feature label Sep 7, 2014
@gcurtis gcurtis added this to the v1.0 Release milestone Sep 7, 2014
@gcurtis gcurtis changed the title OT Undo Undo Sep 7, 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