mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
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:
commit
e9e5b07bdb
@ -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)
|
||||
|
||||
@ -44,6 +44,7 @@
|
||||
on-keyup
|
||||
(mf/use-callback
|
||||
(fn [event]
|
||||
(dom/stop-propagation event)
|
||||
(cond
|
||||
(kbd/esc? event)
|
||||
(on-cancel)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user