-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Hide resizable height prop controls #1641
Conversation
@@ -176,8 +176,6 @@ export default function NodeHud({ | |||
|
|||
const hintPosition = rect.y > HUD_HEIGHT ? HINT_POSITION_TOP : HINT_POSITION_BOTTOM; | |||
|
|||
const iconSx = { opacity: 0.7 }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated, but the opacity i had added here made the icons seem disabled.
d82c785
to
f0d5691
Compare
@Janpot Layout props weren't bindable already so I think this should be a good fix for these issues? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 yep, lgtm, let's ship
Fixes #1277
Fixes #1614 too? (and also hides bindings button for "columns" props)
Very simple solution, but hiding the control in the properties panel for this type of prop seems to completely fix the issues?
Preview: https://toolpad-pr-1641.onrender.com/