mirror of
https://github.com/penpot/penpot.git
synced 2026-05-09 10:08:54 +00:00
🐛 Fix ungroup typographies on edit
This commit is contained in:
parent
2b1e126ff8
commit
b5e696c6b4
@ -222,6 +222,9 @@
|
||||
(watch [it state _]
|
||||
(let [data (get state :workspace-data)
|
||||
[path name] (cph/parse-path-name (:name typography))
|
||||
path (if (and (:path typography) (= "" path))
|
||||
(:path typography)
|
||||
path)
|
||||
typography (assoc typography :path path :name name)
|
||||
changes (-> (pcb/empty-changes it)
|
||||
(pcb/with-library-data data)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user