Skip to content

Conversation

@gaetanDev7
Copy link

@gaetanDev7 gaetanDev7 commented Sep 17, 2025

SUP-2270

When settings like icon on the widget's header and "Collapsed by default" option are change, it also trigger the "save" function ref to change .

change from :

save({ imageId: debouncedImageId, useGreyScale, useBlur, blur });

to :

save((currentProperties) => ({ ...currentProperties, imageId: debouncedImageId, useGreyScale, useBlur, blur }));

npx create-lumapps-extension@xxxx my-widget

@gaetanDev7 gaetanDev7 requested review from a team and lumautomation as code owners September 17, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant