mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 20:51:40 +02: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
|
@ -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
Add a link
Reference in a new issue