Don't show dashed outline on empty instances permanently #4611
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
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.
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.
The text was updated successfully, but these errors were encountered: