mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
Add ^:private flag to private lense on canvas ns.
This commit is contained in:
parent
f92fa08e9e
commit
5b8d8d5c7e
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue