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

Detecting instance insertion parent #109

Closed
kof opened this issue Jul 5, 2022 · 1 comment
Closed

Detecting instance insertion parent #109

kof opened this issue Jul 5, 2022 · 1 comment
Labels
area:canvas Anything related to rendering on canvas complexity:low Good for newcomers, up to a few days of work prio:2 Always look for prio:1 issues first before working on prio:2 type:bug Something isn't working

Comments

@kof
Copy link
Member

kof commented Jul 5, 2022

Inserting an instance into an instance that doesn't support that child with a single click needs to find a parent instance up the tree that can accept that child and insert it there.

Example

  1. insert text with 1 click (text instance is being selected)
  2. insert heading with 1 click
  3. will currently insert into text, but should find a parent element that can take the heading as a child
@kof kof added type:bug Something isn't working prio:2 Always look for prio:1 issues first before working on prio:2 area:canvas Anything related to rendering on canvas complexity:low Good for newcomers, up to a few days of work labels Jul 5, 2022
@kof
Copy link
Member Author

kof commented Jul 13, 2022

will be handled in #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:canvas Anything related to rendering on canvas complexity:low Good for newcomers, up to a few days of work prio:2 Always look for prio:1 issues first before working on prio:2 type:bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant