0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-10 05:51:33 -05:00

🐛 Edit file name navigates to the file workspace

This commit is contained in:
Alejandro Alonso 2022-04-05 07:48:10 +02:00 committed by Andrey Antukh
parent 0fb54a5edd
commit cef1c0d1d1
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -44,6 +44,7 @@
on-keyup
(mf/use-callback
(fn [event]
(dom/stop-propagation event)
(cond
(kbd/esc? event)
(on-cancel)