mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 06:36:11 +02:00
✨ Improved frame indices
This commit is contained in:
parent
ca326ac231
commit
108291337d
9 changed files with 62 additions and 144 deletions
|
@ -162,7 +162,10 @@
|
|||
(us/assert ::spec.change/changes redo-changes)
|
||||
(us/assert ::spec.change/changes undo-changes)
|
||||
|
||||
(update-in state path cp/process-changes redo-changes false)
|
||||
(update-in state path (fn [file]
|
||||
(-> file
|
||||
(cp/process-changes redo-changes false)
|
||||
(cph/update-object-indices page-id))))
|
||||
|
||||
(catch :default err
|
||||
(log/error :js/error err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue