0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 00:28:20 -05:00

📎 Add todo about equality checks on refs ns

This commit is contained in:
Andrey Antukh 2022-07-28 09:38:14 +02:00
parent a48db277b9
commit 10f8d1365c

View file

@ -251,6 +251,8 @@
[page-id]
(l/derived #(wsh/lookup-page-objects % page-id) st/state =))
;; TODO: Looks like using the `=` comparator can be pretty expensive
;; on large pages, we are using this for some reason?
(def workspace-page-objects
(l/derived wsh/lookup-page-objects st/state =))