mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Fix selected colors not showing colors from children shapes in multiple selection
This commit is contained in:
parent
81a364dfc4
commit
30ca6bf6ff
@ -65,6 +65,7 @@
|
|||||||
- Fix text override is lost after switch [Taiga #12269](https://tree.taiga.io/project/penpot/issue/12269)
|
- Fix text override is lost after switch [Taiga #12269](https://tree.taiga.io/project/penpot/issue/12269)
|
||||||
- Fix exporting a board crashing the app [Taiga #12384](https://tree.taiga.io/project/penpot/issue/12384)
|
- Fix exporting a board crashing the app [Taiga #12384](https://tree.taiga.io/project/penpot/issue/12384)
|
||||||
- Fix nested variant in a component doesn't keep inherited overrides [Taiga #12299](https://tree.taiga.io/project/penpot/issue/12299)
|
- Fix nested variant in a component doesn't keep inherited overrides [Taiga #12299](https://tree.taiga.io/project/penpot/issue/12299)
|
||||||
|
- Fix selected colors not showing colors from children shapes in multiple selection [Taiga #12384](https://tree.taiga.io/project/penpot/issue/12385)
|
||||||
|
|
||||||
## 2.10.1
|
## 2.10.1
|
||||||
|
|
||||||
|
|||||||
@ -501,7 +501,7 @@
|
|||||||
[:> color-selection-menu*
|
[:> color-selection-menu*
|
||||||
{:file-id file-id
|
{:file-id file-id
|
||||||
:type type
|
:type type
|
||||||
:shapes shapes
|
:shapes (vals objects)
|
||||||
:libraries libraries}])
|
:libraries libraries}])
|
||||||
|
|
||||||
(when-not (empty? shadow-ids)
|
(when-not (empty? shadow-ids)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user