We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's say I have two reactions connected with each other e.g.
A <-> B <-> C
Is there a way to split those again into two separate reactions
A <-> B and B <->C?
A <-> B
B <->C
So ideally, there would be a right-click option split_node. Does something like this exist already?
split_node
The text was updated successfully, but these errors were encountered:
Currently we do not have this functionality. It is on our development roadmap:
https://github.com/zakandrewking/escher/wiki/Development-Roadmap
But we have not started work on it. I'll leave this issue open to help track progress.
Sorry, something went wrong.
No branches or pull requests
Let's say I have two reactions connected with each other e.g.
A <-> B <-> C
Is there a way to split those again into two separate reactions
A <-> B
andB <->C
?So ideally, there would be a right-click option
split_node
. Does something like this exist already?The text was updated successfully, but these errors were encountered: