mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 14:09:17 +00:00
🐛 Fix change flex direction using plugins API
This commit is contained in:
parent
2cbc09a0e2
commit
0b90722d5a
@ -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)
|
- 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)
|
- 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 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
|
## 2.4.3
|
||||||
|
|
||||||
|
|||||||
@ -954,7 +954,7 @@
|
|||||||
|
|
||||||
:else
|
:else
|
||||||
(do (st/emit! (dwsl/create-layout-from-id id :flex :from-frame? true :calculate-params? false))
|
(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
|
:addGridLayout
|
||||||
(fn []
|
(fn []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user