Merge pull request #1782 from penpot/superalex-fix-edit-file-name-navigates-to-the-file-workspace

🐛 Fix edit file name navigates to the file workspace
This commit is contained in:
Andrey Antukh 2022-04-05 11:16:18 +02:00 committed by GitHub
commit e9e5b07bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)