-
Notifications
You must be signed in to change notification settings - Fork 377
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
Copying doesn't copy the arrows #70
Comments
Upon further research I have found that we are not handling the copy-paste operations ourselves, this is handled by gg-editor here |
That is good research. Well isn't that even better? It means that natively it is supported, but we just didn't do it. I think this should be doable. |
ThoughtsNo that is actually bad. Detailed explanation
Slight PossibilityIf we still want to do it then ↓
Another ApproachWe can also inherit from the copy.ts file to create a deepCopy.ts which has the same functionality but also saves the arrows. |
When copying and pasting the nodes the connections between them aren't getting copied.
How to reproduce
Create a simple diagram (2+ nodes) with arrows connecting nodes.
Multi-Select all the nodes
Copy the selected shapes ( optional: and then delete these shapes [ for readability purposes ] )
Now click on the Paste button to paste the copied design.
Observation:
The nodes are not connected with arrows
The text was updated successfully, but these errors were encountered: