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

Revert method missing #189

Open
swayhead opened this issue Nov 18, 2015 · 2 comments
Open

Revert method missing #189

swayhead opened this issue Nov 18, 2015 · 2 comments
Labels
feature New feature or enhancement help wanted

Comments

@swayhead
Copy link

It would be nice to have a "cancel/revert/restore" method to re-establish the state prior to dragging. Could be useful inside callback functions.

@lukasoppermann lukasoppermann added the feature New feature or enhancement label Dec 10, 2015
@skylord123
Copy link

I would like to reference #90 for people trying to accomplish this without a current solution.

@lukasoppermann lukasoppermann changed the title Cancel method missing Revert method missing Feb 19, 2018
@lukasoppermann
Copy link
Owner

Basically to make this work we would need to:

  • store some kind of history of the most recent changes (this could be done using browser local storage)
  • add a revert function that when triggered restores to the latest version and updates the local storage

@lukasoppermann lukasoppermann mentioned this issue Mar 9, 2018
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement help wanted
Projects
None yet
Development

No branches or pull requests

3 participants