mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
🐛 Fix remove fill affects different element than selected (#8233)
This commit is contained in:
parent
ef2bdf86d8
commit
138df7c958
@ -32,6 +32,7 @@
|
|||||||
- Fix exception on uploading large fonts [Github #8135](https://github.com/penpot/penpot/pull/8135)
|
- Fix exception on uploading large fonts [Github #8135](https://github.com/penpot/penpot/pull/8135)
|
||||||
- Fix boolean operators in menu for boards [Taiga #13174](https://tree.taiga.io/project/penpot/issue/13174)
|
- Fix boolean operators in menu for boards [Taiga #13174](https://tree.taiga.io/project/penpot/issue/13174)
|
||||||
- Fix viewer can update library [Taiga #13186](https://tree.taiga.io/project/penpot/issue/13186)
|
- Fix viewer can update library [Taiga #13186](https://tree.taiga.io/project/penpot/issue/13186)
|
||||||
|
- Fix remove fill affects different element than selected [Taiga #13128](https://tree.taiga.io/project/penpot/issue/13128)
|
||||||
|
|
||||||
## 2.13.0 (Unreleased)
|
## 2.13.0 (Unreleased)
|
||||||
|
|
||||||
|
|||||||
@ -309,7 +309,7 @@
|
|||||||
|
|
||||||
on-remove'
|
on-remove'
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
(mf/deps index)
|
(mf/deps index on-remove)
|
||||||
(fn [_]
|
(fn [_]
|
||||||
(when on-remove
|
(when on-remove
|
||||||
(on-remove index))))
|
(on-remove index))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user