mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:28:32 +02:00
🐛 Fix select same set after rename (#6095)
This commit is contained in:
parent
8caf559a1a
commit
f7f1598e71
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
(let [changes (-> (pcb/empty-changes it)
|
||||
(pcb/with-library-data data)
|
||||
(pcb/rename-token-set (:name token-set) name))]
|
||||
(rx/of (set-selected-token-set-name (:name token-set))
|
||||
(rx/of (set-selected-token-set-name name)
|
||||
(dch/commit-changes changes))))))))
|
||||
|
||||
(defn toggle-token-set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue