🔧 Lookup page objects only when value changes

This commit is contained in:
Elena Torro
2026-01-14 12:15:01 +01:00
committed by Alejandro Alonso
parent a3119bef5e
commit e33e8a8c3b

View File

@@ -305,7 +305,7 @@
(l/derived #(dsh/lookup-shape % page-id shape-id) st/state =))
(def workspace-page-objects
(l/derived dsh/lookup-page-objects st/state))
(l/derived dsh/lookup-page-objects st/state identical?))
(def workspace-read-only?
(l/derived :read-only? workspace-global))