How do I selectively delete only the parent among embedded objects? #2911
Unanswered
james-ep01
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hi james-ep01, If you need to delete only the parent without deleting the children, you need to change the parent of the embedded cells first. You have two options:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
How can I selectively delete only the parent among embedded objects? Deleting the children above the parent works fine, but when I select the parent and delete it, the children are also deleted.
Question: When deleting a parent, I want to ask whether to delete only the parent or the children.
Thank you.
Steps to reproduce
No response
Restrictions & Constraints
No response
Does your question relate to JointJS or JointJS+. Select both if applicable.
JointJS, JointJS+
Beta Was this translation helpful? Give feedback.
All reactions