mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 10:56:13 +02:00
🐛 Fix file renaming on dashboard.
This commit is contained in:
parent
f0b9837407
commit
40e54dbbd4
2 changed files with 34 additions and 31 deletions
|
@ -152,7 +152,9 @@
|
|||
(mf/deps file)
|
||||
(fn [event]
|
||||
(dom/stop-propagation event)
|
||||
(swap! local assoc :edition true)))
|
||||
(swap! local assoc
|
||||
:edition true
|
||||
:menu-open false)))
|
||||
|
||||
]
|
||||
[:div.grid-item.project-th {:on-click on-navigate}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue