From 0b90722d5a62b97638ec35ddd5c2b48064cc704b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Wed, 5 Feb 2025 15:25:00 +0100 Subject: [PATCH] :bug: Fix change flex direction using plugins API --- CHANGES.md | 1 + frontend/src/app/plugins/shape.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 000c41513..75bdfabc6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -59,6 +59,7 @@ is a number of cores) - Fix problem in plugins with renaming components [Taiga #10060](https://tree.taiga.io/project/penpot/issue/10060) - Added upload svg with images method [#5489](https://github.com/penpot/penpot/issues/5489) - Fix problem with root frame parent reference [Taiga #9437](https://tree.taiga.io/project/penpot/issue/9437) +- Fix change flex direction using plugins API [Taiga #9407](https://tree.taiga.io/project/penpot/issue/9407) ## 2.4.3 diff --git a/frontend/src/app/plugins/shape.cljs b/frontend/src/app/plugins/shape.cljs index 687d741c5..4f78b16b2 100644 --- a/frontend/src/app/plugins/shape.cljs +++ b/frontend/src/app/plugins/shape.cljs @@ -954,7 +954,7 @@ :else (do (st/emit! (dwsl/create-layout-from-id id :flex :from-frame? true :calculate-params? false)) - (grid/grid-layout-proxy plugin-id file-id page-id id))))) + (flex/flex-layout-proxy plugin-id file-id page-id id))))) :addGridLayout (fn []