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

Add undo support for dragging nodes on the canvas #7

Open
McManning opened this issue Aug 7, 2020 · 0 comments
Open

Add undo support for dragging nodes on the canvas #7

McManning opened this issue Aug 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@McManning
Copy link
Owner

Graph undo/redo only tracks a subset of features - but dragging nodes around should definitely be on that list.

Need to figure out if undo should be batched in some way or if it should literally record on every mouse up (and the performance impact on something like that for large graphs).

@McManning McManning added the enhancement New feature or request label Aug 7, 2020
@McManning McManning added this to the Low Priority / Nice to Haves milestone Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant