mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 19:11:20 -05:00
🐛 Fix change flex direction using plugins API
This commit is contained in:
parent
2cbc09a0e2
commit
0b90722d5a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 []
|
||||
|
|
Loading…
Add table
Reference in a new issue