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

Don't show dashed outline on empty instances permanently #4611

Open
kof opened this issue Dec 17, 2024 · 1 comment
Open

Don't show dashed outline on empty instances permanently #4611

kof opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
area:canvas Anything related to rendering on canvas complexity:medium Up to 1 week of work prio:2 Always look for prio:1 issues first before working on prio:2 type:feat Features and enhancements

Comments

@kof
Copy link
Member

kof commented Dec 17, 2024

In some cases like this one, with Navigation Menu, Viewport Container is going to stay without content that can inflate it's size, so we are keeping the size at a minimum and showing the dashed outline, but in this case its not necessary because this item won't have any other content and so these dashes are annoying.

image
image

We can introduce some additional logic that checks if any of the parents within that component, e.g. Navigation Menu are selected and if not, don't inflate and hide the outlines.

@kof kof added type:feat Features and enhancements complexity:medium Up to 1 week of work area:canvas Anything related to rendering on canvas prio:2 Always look for prio:1 issues first before working on prio:2 labels Dec 17, 2024
@kof
Copy link
Member Author

kof commented Dec 17, 2024

Another option is to do it like webflow with a direct setting for this: "show empty elements"

image

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:medium Up to 1 week of work prio:2 Always look for prio:1 issues first before working on prio:2 type:feat Features and enhancements
Projects
None yet
Development

No branches or pull requests

2 participants