mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 12:26:11 +02:00
🐛 Fix graphic item rename on assets pannel
This commit is contained in:
parent
45a909f5ff
commit
b64a9f0cf4
2 changed files with 3 additions and 3 deletions
|
@ -1078,7 +1078,8 @@
|
|||
(mf/use-fn
|
||||
(fn []
|
||||
(swap! state (fn [state]
|
||||
(assoc state :renaming (:component-id state))))))
|
||||
(assoc state :renaming (:object-id state))))))
|
||||
|
||||
cancel-rename
|
||||
(mf/use-fn
|
||||
(fn []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue