mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
🐛 Fix "Share prototypes" modal remains open
This commit is contained in:
parent
1f7b5a0f7f
commit
96993a6ebd
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
- Fix problem with moving+selection not working properly [Taiga #7943](https://tree.taiga.io/project/penpot/issue/7943)
|
||||
- Fix problem with flex layout fit to content not positioning correctly children [Taiga #7537](https://tree.taiga.io/project/penpot/issue/7537)
|
||||
- Fix black line is displaying after show main [Taiga #7653](https://tree.taiga.io/project/penpot/issue/7653)
|
||||
- Fix "Share prototypes" modal remains open [Taiga #7442](https://tree.taiga.io/project/penpot/issue/7442)
|
||||
|
||||
## 2.0.3
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
(mf/deps page)
|
||||
(fn []
|
||||
(modal/show! :share-link {:page page :file file})
|
||||
(modal/allow-click-outside!)))
|
||||
(modal/disallow-click-outside!)))
|
||||
|
||||
handle-increase
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Add table
Reference in a new issue