-
Notifications
You must be signed in to change notification settings - Fork 52
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
template node will consume space on page even if its empty #1434
Comments
This is by design currently as it can provide a "spacer", i.e. push widgets right of the screen and provide an empty space for design reasons. We're about to introduce a dedicated "Spacer" node to achieve this, so we wouldn't have a need for that use with template anymore. However, that being said, if you've asked Dashboard to add a template, I don't think we should be trying to be "smart" and work out whether or not to render it. If you don't want it there, why can't you just remove it? |
Ah, very interesting use case that I hadn't considered. We may need to add an option here then that enables you to "hide" the rendering of the template, but maintains the functionality under the covers. |
Current Behavior
adding template to a group widget will add an spaceholder.
Expected Behavior
if template is empty or does only contain script there should not any space be reserved for the node at ui.
Steps To Reproduce
add an template node to a ui group and watch how it expands.
Environment
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: