Improved frame indices

This commit is contained in:
alonso.torres 2022-06-14 18:03:20 +02:00
parent ca326ac231
commit 108291337d
9 changed files with 62 additions and 144 deletions

View file

@ -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)