Compare commits

...

1 Commits

Author SHA1 Message Date
Pablo Alba
53f5cec593 🐛 Fix remove fill affects different element than selected 2026-01-28 15:28:25 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
- Fix unhandled exception on open-new-window helper [Github #7787](https://github.com/penpot/penpot/issues/7787)
- 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 remove fill affects different element than selected [Taiga #13128](https://tree.taiga.io/project/penpot/issue/13128)
## 2.13.0 (Unreleased)

View File

@@ -309,7 +309,7 @@
on-remove'
(mf/use-fn
(mf/deps index)
(mf/deps index on-remove)
(fn [_]
(when on-remove
(on-remove index))))