mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
🐛 Fix user cannot close comment creation tool
This commit is contained in:
parent
50fe715fba
commit
0539337121
2 changed files with 5 additions and 2 deletions
|
@ -10,12 +10,15 @@
|
|||
|
||||
### :sparkles: New features
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix components are not dragged from the group to the assets tab [Taiga #8273](https://tree.taiga.io/project/penpot/issue/8273)
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix pencil loader [Taiga #8348](https://tree.taiga.io/project/penpot/issue/8348)
|
||||
- Fix components are not dragged from the group to the assets tab [Taiga #8273](https://tree.taiga.io/project/penpot/issue/8273)
|
||||
|
||||
## 2.1.0 - Things can only get better!
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
hide-toolbar? (mf/deref toolbar-hidden)
|
||||
|
||||
interrupt
|
||||
(mf/use-fn #(st/emit! :interrupt))
|
||||
(mf/use-fn #(st/emit! :interrupt (dw/clear-edition-mode)))
|
||||
|
||||
select-drawtool
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Add table
Reference in a new issue