From cef1c0d1d1af51e77e4a336607e43a7f3d7bf7b1 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 5 Apr 2022 07:48:10 +0200 Subject: [PATCH] :bug: Edit file name navigates to the file workspace --- CHANGES.md | 1 + frontend/src/app/main/ui/dashboard/inline_edition.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d18eab887f..21acf48903 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,7 @@ ### :bug: Bugs fixed +- Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183) - Fix scroll into view behind fixed element [Taiga #3170](https://tree.taiga.io/project/penpot/issue/3170) - Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184) - Fix send to back several shapes at a time [Taiga #3077](https://tree.taiga.io/project/penpot/issue/3077) diff --git a/frontend/src/app/main/ui/dashboard/inline_edition.cljs b/frontend/src/app/main/ui/dashboard/inline_edition.cljs index 1840afe7b6..a16950e78b 100644 --- a/frontend/src/app/main/ui/dashboard/inline_edition.cljs +++ b/frontend/src/app/main/ui/dashboard/inline_edition.cljs @@ -44,6 +44,7 @@ on-keyup (mf/use-callback (fn [event] + (dom/stop-propagation event) (cond (kbd/esc? event) (on-cancel)