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

Can't loop back from one state to the previous state clearly #5

Open
lastmjs opened this issue Jan 21, 2016 · 3 comments
Open

Can't loop back from one state to the previous state clearly #5

lastmjs opened this issue Jan 21, 2016 · 3 comments

Comments

@lastmjs
Copy link

lastmjs commented Jan 21, 2016

Let's say there are two states, q0 and q1. If I have a transition arrow from q0 -> q1 and I also want a transition arrow from q1 -> q0, the transition arrows overlap each other and it is unclear which transition goes with which input. It would be nice if the one of the arrows curved or something.

@lastmjs lastmjs changed the title Can't loop back from one state to the previous state Can't loop back from one state to the previous state clearly Jan 21, 2016
@evanw
Copy link
Owner

evanw commented Jan 21, 2016

Did you try dragging the arrow? Arrows between states will curve when dragged.

@lastmjs
Copy link
Author

lastmjs commented Jan 21, 2016

Ah, yes. That wasn't intuitive to me, maybe it could be documented on the page? Awesome tool by the way!

@Toldry
Copy link

Toldry commented Oct 31, 2020

I'm adding on to @lastmjs 's request to add the arrow-dragging feature to the documentation on the page.

The current description on the page is

Move something: drag it around

I propose that it be replaced with

Move a state: drag it around
Curve or move an arrow: drag it around

or something similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants