-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Display the advanced properties for effects in the side panel #8064
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
Conversation
newIDE/app/src/LayersList/CompactLayerPropertiesEditor/CompactEffectsListEditor.js
Outdated
Show resolved
Hide resolved
| } | ||
| childObject={childObject} | ||
| onRefreshAllFields={forceRecomputeSchema} | ||
| onRefreshAllFields={() => {}} |
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.
Looks suspicious, I would probably at least forceUpdate here too?
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.
The existing implementation was refreshing the parent properties instead of the child ones.
Initially, I didn't want to touch this component because it's almost legacy, but since we'll keep it for a long time, I factorized it too. It will reduce the risk to break something without realizing it since we don't use it much.
No description provided.