mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 09:21:37 +02:00
🐛 Edit file name navigates to the file workspace
This commit is contained in:
parent
0fb54a5edd
commit
cef1c0d1d1
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :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 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 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)
|
- 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
|
on-keyup
|
||||||
(mf/use-callback
|
(mf/use-callback
|
||||||
(fn [event]
|
(fn [event]
|
||||||
|
(dom/stop-propagation event)
|
||||||
(cond
|
(cond
|
||||||
(kbd/esc? event)
|
(kbd/esc? event)
|
||||||
(on-cancel)
|
(on-cancel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue