Compare commits

..

1 Commits

Author SHA1 Message Date
Pablo Alba
86a17a496a 🐛 Fix error message on components doesn't close automatically 2026-01-14 16:50:01 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
### :bug: Bugs fixed
- Fix prototype connections lost when switching between variants [Taiga #12812](https://tree.taiga.io/project/penpot/issue/12812)
- Fix error message on components doesn't close automatically [Taiga #12012](https://tree.taiga.io/project/penpot/issue/12012)
## 2.13.0 (Unreleased)

View File

@@ -507,7 +507,7 @@
mdata {:on-error #(do
(reset! key* (uuid/next))
(st/emit! (ntf/error error-msg)))}
(st/emit! (ntf/warn error-msg)))}
params {:shapes shapes :pos pos :val val}]
(st/emit! (dwv/variants-switch (with-meta params mdata)))))))