From 05393371214a51d07b9c9e48bcb57b35ec39a0da Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Mon, 22 Jul 2024 14:30:14 +0200 Subject: [PATCH] :bug: Fix user cannot close comment creation tool --- CHANGES.md | 5 ++++- frontend/src/app/main/ui/workspace/top_toolbar.cljs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a0e3a3d3f..06e56866d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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! diff --git a/frontend/src/app/main/ui/workspace/top_toolbar.cljs b/frontend/src/app/main/ui/workspace/top_toolbar.cljs index 82e344445..fb9f3473c 100644 --- a/frontend/src/app/main/ui/workspace/top_toolbar.cljs +++ b/frontend/src/app/main/ui/workspace/top_toolbar.cljs @@ -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