You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this is being triggered by the number input scrubbing, the actual bug lies with how the inspector controls check to see if all the "sides" are equal, if they are then equal then it will collapse them. This can also be triggered by bumping the values with the cursor keys.
Solution:
the problem: "if they are then equal then it will collapse them." - this should only happen when the element is first selected, ie the initial controls should display based on the algo
the manual setting for how to display the controls should be respected while the element is selected (so if you switch to eg all four paddings, having two or all four accidentally match doesn't change the controls at all)
The text was updated successfully, but these errors were encountered:
For example: https://github.com/user-attachments/assets/cf31a84a-3f28-4e05-9124-f1accb032038
While this is being triggered by the number input scrubbing, the actual bug lies with how the inspector controls check to see if all the "sides" are equal, if they are then equal then it will collapse them. This can also be triggered by bumping the values with the cursor keys.
Solution:
The text was updated successfully, but these errors were encountered: