mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 11:27:18 +02:00
♻️ Refactor page options data structure
This commit is contained in:
parent
2dea0b52ed
commit
4ad4057878
41 changed files with 659 additions and 525 deletions
|
@ -120,7 +120,7 @@
|
|||
flow-id (obj/get proxy "$id")
|
||||
page (locate-page file-id page-id)]
|
||||
(when (some? page)
|
||||
(d/seek #(= (:id %) flow-id) (-> page :options :flows)))))
|
||||
(d/seek #(= (:id %) flow-id) (:flows page)))))
|
||||
|
||||
(defn proxy->ruler-guide
|
||||
[proxy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue