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:
parent
a48db277b9
commit
10f8d1365c
1 changed files with 2 additions and 0 deletions
|
@ -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 =))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue