0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

🐛 Fix Shadows doesn't work on nested artboards

This commit is contained in:
Pablo Alba 2022-08-29 12:02:31 +02:00
parent 01d99222e0
commit 5376c4aa23
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# CHANGELOG
## 1.15.1-beta
### :bug: Bugs fixed
- Fix shadows doesn't work on nested artboards [Taiga #3886](https://tree.taiga.io/project/penpot/issue/3886)
## 1.15.0-beta
### :boom: Breaking changes & Deprecations

View file

@ -40,7 +40,7 @@
childs (mf/deref childs-ref)]
[:& (mf/provider embed/context) {:value true}
[:& shape-container {:shape shape :ref ref :disable-shadows? true}
[:& shape-container {:shape shape :ref ref :disable-shadows? (cph/root-frame? shape)}
[:& frame-shape {:shape shape :childs childs} ]]]))))
(defn check-props