mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 06:32:38 -05:00
🐛 Fix create typography with section closed
This commit is contained in:
parent
a940c7e912
commit
ee73384993
2 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
||||||
- Locks shapes when moved inside a locked parent [Taiga #5252](https://tree.taiga.io/project/penpot/issue/5252)
|
- Locks shapes when moved inside a locked parent [Taiga #5252](https://tree.taiga.io/project/penpot/issue/5252)
|
||||||
- Fix rotate several elements in bulk [Taiga #5165](https://tree.taiga.io/project/penpot/issue/5165)
|
- Fix rotate several elements in bulk [Taiga #5165](https://tree.taiga.io/project/penpot/issue/5165)
|
||||||
- Fix onboarding slides height [Taiga #5373](https://tree.taiga.io/project/penpot/issue/5373)
|
- Fix onboarding slides height [Taiga #5373](https://tree.taiga.io/project/penpot/issue/5373)
|
||||||
|
- Fix create typography with section closed [Taiga #5574](https://tree.taiga.io/project/penpot/issue/5574)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -1879,6 +1879,7 @@
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
(mf/deps file-id)
|
(mf/deps file-id)
|
||||||
(fn [_]
|
(fn [_]
|
||||||
|
(st/emit! (dw/set-assets-section-open file-id :typographies true))
|
||||||
(st/emit! (dwt/add-typography file-id))))
|
(st/emit! (dwt/add-typography file-id))))
|
||||||
|
|
||||||
handle-change
|
handle-change
|
||||||
|
|
Loading…
Add table
Reference in a new issue