mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 00:41:25 -05:00
📎 Add TODO comment on changes ns
This commit is contained in:
parent
8eae892983
commit
c5b1b67c50
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
(-> (update :touched cph/set-touched-group :shapes-group)
|
||||
(dissoc :remote-synced?)))))
|
||||
|
||||
;; TODO: this looks wrong, why we allow nil values?
|
||||
(update-objects [objects parent-id]
|
||||
(if (and (or (nil? parent-id) (contains? objects parent-id))
|
||||
(or (nil? frame-id) (contains? objects frame-id)))
|
||||
|
|
Loading…
Add table
Reference in a new issue