🐛 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 @@
on-keyup
(mf/use-callback
(fn [event]
(dom/stop-propagation event)
(cond
(kbd/esc? event)
(on-cancel)