diff --git a/CHANGELOG.md b/CHANGELOG.md index 4570100d8..5e96acb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixes - Fix the web font picker so Google Fonts remain available in Safari, local font access is requested on first open when supported, font sources are labeled, and Google font previews load lazily for visible rows. -- Fix background blur rendering so it blurs the backdrop behind a layer instead of applying a no-op content filter. +- Fix background blur rendering so it blurs the backdrop behind a layer instead of applying a no-op content filter, and keep effect parameter controls visible in the properties panel. ## 0.12.0 — 2026-05-18 diff --git a/src/components/properties/EffectsSection.vue b/src/components/properties/EffectsSection.vue index 9d021a151..708b7a9d3 100644 --- a/src/components/properties/EffectsSection.vue +++ b/src/components/properties/EffectsSection.vue @@ -85,7 +85,7 @@ const sectionCls = useSectionUI() -
+