0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 22:49:01 -05:00

Add ^:private flag to private lense on canvas ns.

This commit is contained in:
Andrey Antukh 2016-01-11 01:11:12 +02:00
parent f92fa08e9e
commit 5b8d8d5c7e

View file

@ -24,7 +24,7 @@
;; Lenses ;; Lenses
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(def ^:static shapes-by-id (def ^:static ^:private shapes-by-id
(as-> (l/key :shapes-by-id) $ (as-> (l/key :shapes-by-id) $
(l/focus-atom $ st/state))) (l/focus-atom $ st/state)))