mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 01:21:37 +02:00
🐛 Fix text focus issues
This commit is contained in:
parent
9ebafddac2
commit
1fc5182979
10 changed files with 118 additions and 57 deletions
|
@ -258,7 +258,7 @@
|
|||
|
||||
(defmethod migrate 11
|
||||
[data]
|
||||
(letfn [(update-object [objects id shape]
|
||||
(letfn [(update-object [objects _id shape]
|
||||
(if (= :frame (:type shape))
|
||||
(d/update-when shape :shapes (fn [shapes]
|
||||
(filterv (fn [id] (contains? objects id)) shapes)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue